HomeSort by relevance Sort by last modified time
    Searched refs:LangOptions (Results 51 - 75 of 161) sorted by null

1 23 4 5 6 7

  /external/clang/include/clang/Basic/
TargetInfo.h 40 class LangOptions;
415 virtual void getTargetDefines(const LangOptions &Opts,
613 virtual void setForcedLangOptions(LangOptions &Opts);
IdentifierTable.h 33 class LangOptions;
432 IdentifierTable(const LangOptions &LangOpts,
528 void AddKeywords(const LangOptions &LangOpts);
  /external/clang/lib/Basic/
Module.cpp 16 #include "clang/Basic/LangOptions.h"
54 static bool hasFeature(StringRef Feature, const LangOptions &LangOpts,
69 Module::isAvailable(const LangOptions &LangOpts, const TargetInfo &Target,
146 void Module::addRequirement(StringRef Feature, const LangOptions &LangOpts,
Builtins.cpp 16 #include "clang/Basic/LangOptions.h"
51 const LangOptions& LangOpts) {
IdentifierTable.cpp 17 #include "clang/Basic/LangOptions.h"
74 IdentifierTable::IdentifierTable(const LangOptions &LangOpts,
123 const LangOptions &LangOpts, IdentifierTable &Table) {
174 void IdentifierTable::AddKeywords(const LangOptions &LangOpts) {
  /external/clang/include/clang/Sema/
IdentifierResolver.h 194 const LangOptions &LangOpt;
  /external/clang/include/clang/StaticAnalyzer/Core/
AnalyzerOptions.h 29 class LangOptions;
  /external/clang/lib/Edit/
EditedSource.cpp 244 static bool canBeJoined(char left, char right, const LangOptions &LangOpts) {
254 const LangOptions &LangOpts) {
267 static void adjustRemoval(const SourceManager &SM, const LangOptions &LangOpts,
306 const SourceManager &SM, const LangOptions &LangOpts) {
  /external/clang/lib/Frontend/
TextDiagnosticPrinter.cpp 39 void TextDiagnosticPrinter::BeginSourceFile(const LangOptions &LO,
InitHeaderSearch.cpp 16 #include "clang/Basic/LangOptions.h"
100 void AddDefaultIncludePaths(const LangOptions &Lang,
106 void Realize(const LangOptions &Lang);
449 void InitHeaderSearch::AddDefaultIncludePaths(const LangOptions &Lang,
591 void InitHeaderSearch::Realize(const LangOptions &Lang) {
666 const LangOptions &Lang,
InitPreprocessor.cpp 235 static void AddObjCXXARCLibstdcxxDefines(const LangOptions &LangOpts,
287 const LangOptions &LangOpts,
328 const LangOptions &LangOpts,
391 if (LangOpts.getGC() != LangOptions::NonGC)
620 if (LangOpts.getStackProtector() == LangOptions::SSPOn)
622 else if (LangOpts.getStackProtector() == LangOptions::SSPReq)
727 const LangOptions &LangOpts = PP.getLangOpts();
    [all...]
DiagnosticRenderer.cpp 44 const LangOptions &LangOpts) {
68 DiagnosticRenderer::DiagnosticRenderer(const LangOptions &LangOpts,
93 const SourceManager &SM, const LangOptions &LangOpts,
FrontendActions.cpp 142 const LangOptions &LangOpts) {
153 const LangOptions &LangOpts) {
164 static void collectModuleHeaderIncludes(const LangOptions &LangOpts,
  /external/clang/lib/StaticAnalyzer/Frontend/
CheckerRegistration.cpp 104 const LangOptions &langOpts,
  /external/clang/tools/clang-check/
ClangCheck.cpp 105 const clang::LangOptions& LangOpts,
  /external/clang/unittests/Tooling/
RewriterTestContext.h 20 #include "clang/Basic/LangOptions.h"
119 LangOptions Options;
  /external/clang/include/clang/AST/
NestedNameSpecifier.h 31 class LangOptions;
206 void dump(const LangOptions &LO);
  /external/clang/include/clang/Frontend/
CompilerInstance.h 252 LangOptions &getLangOpts() {
255 const LangOptions &getLangOpts() const {
ASTUnit.h 21 #include "clang/Basic/LangOptions.h"
67 IntrusiveRefCntPtr<LangOptions> LangOpts;
264 LangOptions ASTFileLangOpts;
820 DiagnosticsEngine &Diag, LangOptions &LangOpts,
    [all...]
  /external/clang/lib/Tooling/
Refactoring.cpp 113 LangOptions());
149 LangOptions DefaultLangOptions;
  /external/clang/include/clang/Analysis/
CFG.h 44 class LangOptions;
531 void dump(const CFG *cfg, const LangOptions &LO, bool ShowColors = false) const;
532 void print(raw_ostream &OS, const CFG* cfg, const LangOptions &LO,
534 void printTerminator(raw_ostream &OS, const LangOptions &LO) const;
792 void viewCFG(const LangOptions &LO) const;
793 void print(raw_ostream &OS, const LangOptions &LO, bool ShowColors) const;
794 void dump(const LangOptions &LO, bool ShowColors) const;
    [all...]
  /external/clang/lib/Analysis/
ScanfFormatString.cpp 71 const LangOptions &LO,
372 bool ScanfSpecifier::fixType(QualType QT, const LangOptions &LangOpt,
487 const LangOptions &LO,
  /external/clang/include/clang/Lex/
PreprocessorOptions.h 31 class LangOptions;
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
CheckerContext.h 138 const LangOptions &getLangOpts() const {
  /external/clang/lib/ARCMigrate/
ARCMT.cpp 106 virtual void BeginSourceFile(const LangOptions &Opts,
200 CInvok->getLangOpts()->setGC(LangOptions::NonGC);
247 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC();
350 LangOptions::GCMode OrigGCMode = origCI.getLangOpts()->getGC();

Completed in 253 milliseconds

1 23 4 5 6 7