| /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 | 294 LangOptions &getLangOpts() { in getLangOpts() function 297 const LangOptions &getLangOpts() const { in getLangOpts() function
|
| D | ASTUnit.h | 520 const LangOptions &getLangOpts() const { in getLangOpts() function
|
| /external/clang/include/clang/Edit/ |
| D | EditedSource.h | 59 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 | 683 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
| /external/clang/lib/CodeGen/ |
| D | BackendUtil.cpp | 148 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function in __anonb20b43e70111::PassManagerBuilderWrapper
|
| D | CodeGenModule.h | 595 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
| D | CodeGenFunction.h | 1125 const LangOptions &getLangOpts() const { return CGM.getLangOpts(); } in getLangOpts() function
|
| /external/clang/include/clang/StaticAnalyzer/Core/ |
| D | CheckerManager.h | 122 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
| /external/clang/include/clang/Parse/ |
| D | Parser.h | 244 const LangOptions &getLangOpts() const { return PP.getLangOpts(); } in getLangOpts() function
|
| /external/clang/include/clang/AST/ |
| D | ASTContext.h | 594 const LangOptions& getLangOpts() const { return LangOpts; } in getLangOpts() function
|
| /external/clang/lib/Analysis/ |
| D | CFG.cpp | 4033 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function in __anonbdb8a6c00211::StmtPrinterHelper
|
| /external/clang/include/clang/Sema/ |
| D | Sema.h | 1041 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
| /external/clang/lib/Serialization/ |
| D | ASTWriter.cpp | 4053 const LangOptions &ASTWriter::getLangOpts() const { in getLangOpts() function in ASTWriter
|
| /external/clang/lib/AST/ |
| D | ExprConstant.cpp | 551 const LangOptions &getLangOpts() const { return Ctx.getLangOpts(); } in getLangOpts() function
|