/external/clang/include/clang/Lex/ |
D | Lexer.h | 54 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 …]
|
D | LiteralSupport.h | 34 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/ |
D | ASTConsumers.h | 24 class LangOptions; variable 32 const LangOptions &LOpts, 37 const LangOptions &LOpts,
|
/external/clang/include/clang/Edit/ |
D | EditedSource.h | 20 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/ |
D | LangOptions.cpp | 19 LangOptions::LangOptions() { in LangOptions() function in LangOptions 27 void LangOptions::resetNonModularOptions() { in resetNonModularOptions()
|
D | Targets.cpp | 42 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/ |
D | CheckObjCDealloc.cpp | 102 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/ |
D | PrettyPrinter.h | 22 class LangOptions; variable 37 PrintingPolicy(const LangOptions &LO) in PrintingPolicy() 48 LangOptions LangOpts;
|
/external/clang/include/clang/Frontend/ |
D | LogDiagnosticPrinter.h | 20 class LangOptions; variable 47 const LangOptions *LangOpts; 68 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) override { in BeginSourceFile()
|
D | CompilerInvocation.h | 57 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,
|
D | DiagnosticRenderer.h | 28 class LangOptions; variable 48 const LangOptions &LangOpts; 70 DiagnosticRenderer(const LangOptions &LangOpts, 155 DiagnosticNoteRenderer(const LangOptions &LangOpts, in DiagnosticNoteRenderer()
|
D | TextDiagnosticPrinter.h | 25 class LangOptions; variable 50 void BeginSourceFile(const LangOptions &LO, const Preprocessor *PP) override;
|
D | ChainedDiagnosticConsumer.h | 17 class LangOptions; variable 35 void BeginSourceFile(const LangOptions &LO, in BeginSourceFile()
|
/external/clang/include/clang/Rewrite/Core/ |
D | Rewriter.h | 27 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()
|
D | TokenRewriter.h | 25 class LangOptions; variable 51 TokenRewriter(FileID FID, SourceManager &SM, const LangOptions &LO);
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | PlistDiagnostics.cpp | 32 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/ |
D | AnalysisManager.h | 35 const LangOptions &LangOpts; 48 const LangOptions &lang, 91 const LangOptions &getLangOpts() const { in getLangOpts()
|
/external/clang/include/clang/Basic/ |
D | LangOptions.h | 55 class LangOptions : public LangOptionsBase { 94 LangOptions(); 124 FPOptions(const LangOptions &LangOpts) : in FPOptions()
|
D | Builtins.h | 31 class LangOptions; variable 78 void InitializeBuiltins(IdentifierTable &Table, const LangOptions& LangOpts); 179 const LangOptions &LangOpts);
|
/external/clang/include/clang/StaticAnalyzer/Frontend/ |
D | CheckerRegistration.h | 18 class LangOptions; variable 25 const LangOptions &langOpts,
|
/external/clang/include/clang/CodeGen/ |
D | BackendUtil.h | 23 class LangOptions; variable 35 const TargetOptions &TOpts, const LangOptions &LOpts,
|
/external/clang/tools/libclang/ |
D | CIndexDiagnostic.h | 22 class LangOptions; variable 114 const LangOptions &LangOpts; 117 const LangOptions &LangOpts) in CXStoredDiagnostic()
|
D | CXSourceLocation.h | 30 translateSourceLocation(const SourceManager &SM, const LangOptions &LangOpts, in translateSourceLocation() 55 const LangOptions &LangOpts,
|
/external/clang/lib/ARCMigrate/ |
D | Internals.h | 46 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/ |
D | 0003-Add-support-for-RenderScript-specific-options.patch | 12 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
|