| /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 | 267 LangOptions &getLangOpts() { in getLangOpts() function 270 const LangOptions &getLangOpts() const { in getLangOpts() function
|
| D | ASTUnit.h | 505 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 | 91 const LangOptions &getLangOpts() const { in getLangOpts() function
|
| D | CheckerContext.h | 134 const LangOptions &getLangOpts() const { in getLangOpts() function
|
| /external/clang/include/clang/Lex/ |
| D | Lexer.h | 128 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
| D | Preprocessor.h | 479 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
| /external/clang/include/clang/Rewrite/Core/ |
| D | Rewriter.h | 161 const LangOptions &getLangOpts() const { return *LangOpts; } in getLangOpts() function
|
| /external/clang/lib/CodeGen/ |
| D | BackendUtil.cpp | 140 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function in __anonfd95b7bd0111::PassManagerBuilderWrapper
|
| D | CodeGenModule.h | 584 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
| D | CodeGenFunction.h | 987 const LangOptions &getLangOpts() const { return CGM.getLangOpts(); } in getLangOpts() function
|
| /external/clang/include/clang/StaticAnalyzer/Core/ |
| D | CheckerManager.h | 170 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
| /external/clang/include/clang/Parse/ |
| D | Parser.h | 239 const LangOptions &getLangOpts() const { return PP.getLangOpts(); } in getLangOpts() function
|
| /external/clang/include/clang/AST/ |
| D | ASTContext.h | 509 const LangOptions& getLangOpts() const { return LangOpts; } in getLangOpts() function
|
| /external/clang/lib/Analysis/ |
| D | CFG.cpp | 3876 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function in __anon726f5f560211::StmtPrinterHelper
|
| /external/clang/include/clang/Sema/ |
| D | Sema.h | 943 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
| /external/clang/lib/AST/ |
| D | ExprConstant.cpp | 523 const LangOptions &getLangOpts() const { return Ctx.getLangOpts(); } in getLangOpts() function
|