| /external/clang/include/clang/Frontend/ |
| D | CompilerInvocation.h | 76 LangOptions *getLangOpts() { return LangOpts.get(); } in getLangOpts() function 77 const LangOptions *getLangOpts() const { return LangOpts.get(); } in getLangOpts() function
|
| D | CompilerInstance.h | 286 LangOptions &getLangOpts() { in getLangOpts() function 289 const LangOptions &getLangOpts() const { in getLangOpts() function
|
| D | ASTUnit.h | 516 const LangOptions &getLangOpts() const { in getLangOpts() function
|
| /external/clang/include/clang/Edit/ |
| D | EditedSource.h | 53 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
| /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | AnalysisManager.h | 94 const LangOptions &getLangOpts() const { in getLangOpts() function
|
| D | CheckerContext.h | 134 const LangOptions &getLangOpts() const { in getLangOpts() function
|
| /external/clang/include/clang/Rewrite/Core/ |
| D | Rewriter.h | 65 const LangOptions &getLangOpts() const { return *LangOpts; } in getLangOpts() function
|
| /external/clang/include/clang/Lex/ |
| D | Lexer.h | 128 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
| D | Preprocessor.h | 503 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
| /external/clang/lib/CodeGen/ |
| D | BackendUtil.cpp | 146 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function in __anonf591f4c60111::PassManagerBuilderWrapper
|
| D | CodeGenModule.h | 602 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
| D | CodeGenFunction.h | 1041 const LangOptions &getLangOpts() const { return CGM.getLangOpts(); } in getLangOpts() function
|
| /external/clang/include/clang/StaticAnalyzer/Core/ |
| D | CheckerManager.h | 117 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
| /external/clang/include/clang/Parse/ |
| D | Parser.h | 240 const LangOptions &getLangOpts() const { return PP.getLangOpts(); } in getLangOpts() function
|
| /external/clang/include/clang/AST/ |
| D | ASTContext.h | 522 const LangOptions& getLangOpts() const { return LangOpts; } in getLangOpts() function
|
| /external/clang/lib/Analysis/ |
| D | CFG.cpp | 3956 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function in __anon5f10247f0211::StmtPrinterHelper
|
| /external/clang/include/clang/Sema/ |
| D | Sema.h | 959 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
| /external/clang/lib/Serialization/ |
| D | ASTWriter.cpp | 4232 const LangOptions &ASTWriter::getLangOpts() const { in getLangOpts() function in ASTWriter
|
| /external/clang/lib/AST/ |
| D | ExprConstant.cpp | 524 const LangOptions &getLangOpts() const { return Ctx.getLangOpts(); } in getLangOpts() function
|