Home
last modified time | relevance | path

Searched refs:LangOptions (Results 1 – 25 of 180) sorted by relevance

12345678

/external/clang/include/clang/Lex/
DLexer.h54 LangOptions LangOpts; // LangOpts enabled by this language (cache).
108 Lexer(SourceLocation FileLoc, const LangOptions &LangOpts,
115 const SourceManager &SM, const LangOptions &LangOpts);
128 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts()
250 const LangOptions &LangOpts,
260 const LangOptions &LangOpts,
274 const LangOptions &LangOpts,
283 const LangOptions &LangOpts);
289 const LangOptions &LangOpts,
297 const LangOptions &LangOpts);
[all …]
DLiteralSupport.h34 class LangOptions; variable
87 static bool isValidUDSuffix(const LangOptions &LangOpts, StringRef Suffix);
185 const LangOptions &Features;
202 const SourceManager &sm, const LangOptions &features,
/external/clang/include/clang/Rewrite/Frontend/
DASTConsumers.h24 class LangOptions; variable
32 const LangOptions &LOpts,
37 const LangOptions &LOpts,
/external/clang/include/clang/Edit/
DEditedSource.h20 class LangOptions; variable
29 const LangOptions &LangOpts;
47 EditedSource(const SourceManager &SM, const LangOptions &LangOpts,
53 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts()
/external/clang/lib/Basic/
DLangOptions.cpp19 LangOptions::LangOptions() { in LangOptions() function in LangOptions
27 void LangOptions::resetNonModularOptions() { in resetNonModularOptions()
DTargets.cpp42 const LangOptions &Opts) { in DefineStd()
73 virtual void getOSDefines(const LangOptions &Opts, const llvm::Triple &Triple,
77 void getTargetDefines(const LangOptions &Opts, in getTargetDefines()
87 static void getDarwinDefines(MacroBuilder &Builder, const LangOptions &Opts, in getDarwinDefines()
103 if (Opts.getGC() != LangOptions::NonGC) in getDarwinDefines()
178 void getOSDefines(const LangOptions &Opts, const llvm::Triple &Triple, in getOSDefines()
217 void getOSDefines(const LangOptions &Opts, const llvm::Triple &Triple, in getOSDefines()
246 void getOSDefines(const LangOptions &Opts, const llvm::Triple &Triple, in getOSDefines()
293 void getOSDefines(const LangOptions &Opts, const llvm::Triple &Triple, in getOSDefines()
316 void getOSDefines(const LangOptions &Opts, const llvm::Triple &Triple, in getOSDefines()
[all …]
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp102 const LangOptions &LOpts, BugReporter &BR) { in checkObjCDealloc()
104 assert (LOpts.getGC() != LangOptions::GCOnly); in checkObjCDealloc()
171 const char* name = LOpts.getGC() == LangOptions::NonGC in checkObjCDealloc()
187 const char* name = LOpts.getGC() == LangOptions::NonGC in checkObjCDealloc()
241 name = LOpts.getGC() == LangOptions::NonGC in checkObjCDealloc()
249 name = LOpts.getGC() == LangOptions::NonGC in checkObjCDealloc()
277 if (mgr.getLangOpts().getGC() == LangOptions::GCOnly) in checkASTDecl()
/external/clang/include/clang/AST/
DPrettyPrinter.h22 class LangOptions; variable
37 PrintingPolicy(const LangOptions &LO) in PrintingPolicy()
48 LangOptions LangOpts;
/external/clang/include/clang/Frontend/
DLogDiagnosticPrinter.h20 class LangOptions; variable
47 const LangOptions *LangOpts;
68 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) override { in BeginSourceFile()
DCompilerInvocation.h57 std::shared_ptr<LangOptions> LangOpts;
76 LangOptions *getLangOpts() { return LangOpts.get(); } in getLangOpts()
77 const LangOptions *getLangOpts() const { return LangOpts.get(); } in getLangOpts()
157 static void setLangDefaults(LangOptions &Opts, InputKind IK,
DDiagnosticRenderer.h28 class LangOptions; variable
48 const LangOptions &LangOpts;
70 DiagnosticRenderer(const LangOptions &LangOpts,
155 DiagnosticNoteRenderer(const LangOptions &LangOpts, in DiagnosticNoteRenderer()
DTextDiagnosticPrinter.h25 class LangOptions; variable
50 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) override;
DChainedDiagnosticConsumer.h17 class LangOptions; variable
35 void BeginSourceFile(const LangOptions &LO, in BeginSourceFile()
/external/clang/include/clang/Rewrite/Core/
DRewriter.h27 class LangOptions; variable
129 const LangOptions *LangOpts;
152 explicit Rewriter(SourceManager &SM, const LangOptions &LO) in Rewriter()
156 void setSourceMgr(SourceManager &SM, const LangOptions &LO) { in setSourceMgr()
161 const LangOptions &getLangOpts() const { return *LangOpts; } in getLangOpts()
DTokenRewriter.h25 class LangOptions; variable
51 TokenRewriter(FileID FID, SourceManager &SM, const LangOptions &LO);
/external/clang/lib/StaticAnalyzer/Core/
DPlistDiagnostics.cpp32 const LangOptions &LangOpts;
37 const LangOptions &LangOpts,
61 const LangOptions &LO, in PlistDiagnostics()
87 const LangOptions &LangOpts, in ReportControlFlow()
139 const LangOptions &LangOpts, in ReportEvent()
199 const LangOptions &LangOpts,
208 const LangOptions &LangOpts, in ReportCall()
243 const LangOptions &LangOpts, in ReportMacro()
255 const LangOptions &LangOpts) { in ReportDiag()
262 const LangOptions &LangOpts, in ReportPiece()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAnalysisManager.h35 const LangOptions &LangOpts;
48 const LangOptions &lang,
91 const LangOptions &getLangOpts() const { in getLangOpts()
/external/clang/include/clang/Basic/
DLangOptions.h55 class LangOptions : public LangOptionsBase {
94 LangOptions();
124 FPOptions(const LangOptions &LangOpts) : in FPOptions()
DBuiltins.h31 class LangOptions; variable
78 void InitializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts);
179 const LangOptions &LangOpts);
/external/clang/include/clang/StaticAnalyzer/Frontend/
DCheckerRegistration.h18 class LangOptions; variable
25 const LangOptions &langOpts,
/external/clang/include/clang/CodeGen/
DBackendUtil.h23 class LangOptions; variable
35 const TargetOptions &TOpts, const LangOptions &LOpts,
/external/clang/tools/libclang/
DCIndexDiagnostic.h22 class LangOptions; variable
114 const LangOptions &LangOpts;
117 const LangOptions &LangOpts) in CXStoredDiagnostic()
DCXSourceLocation.h30 translateSourceLocation(const SourceManager &SM, const LangOptions &LangOpts, in translateSourceLocation()
55 const LangOptions &LangOpts,
/external/clang/lib/ARCMigrate/
DInternals.h46 SourceManager &SM, const LangOptions &LangOpts);
148 LangOptions::GCMode OrigGCMode;
156 MigrationPass(ASTContext &Ctx, LangOptions::GCMode OrigGCMode, in MigrationPass()
166 bool isGCMigration() const { return OrigGCMode != LangOptions::NonGC; } in isGCMigration()
/external/clang/patches/
D0003-Add-support-for-RenderScript-specific-options.patch12 include/clang/Basic/LangOptions.def | 1 +
53 diff --git a/include/clang/Basic/LangOptions.def b/include/clang/Basic/LangOptions.def
55 --- a/include/clang/Basic/LangOptions.def
56 +++ b/include/clang/Basic/LangOptions.def

12345678