/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/ |
H A D | CompilerInvocation.h | 76 LangOptions *getLangOpts() { return LangOpts.get(); } in getLangOpts() function 77 const LangOptions *getLangOpts() const { return LangOpts.get(); } in getLangOpts() function
|
H A D | CompilerInstance.h | 274 LangOptions &getLangOpts() { in getLangOpts() function 277 const LangOptions &getLangOpts() const { in getLangOpts() function
|
H A D | ASTUnit.h | 516 const LangOptions &getLangOpts() const { in getLangOpts() function
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Edit/ |
H A D | EditedSource.h | 53 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | AnalysisManager.h | 94 const LangOptions &getLangOpts() const { in getLangOpts() function
|
H A D | CheckerContext.h | 134 const LangOptions &getLangOpts() const { in getLangOpts() function
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/ |
H A D | Lexer.h | 128 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
H A D | Preprocessor.h | 503 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Rewrite/Core/ |
H A D | Rewriter.h | 160 const LangOptions &getLangOpts() const { return *LangOpts; } in getLangOpts() function
|
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/ |
H A D | BackendUtil.cpp | 142 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function in __anonfbf255770111::PassManagerBuilderWrapper
|
H A D | CodeGenModule.h | 601 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
H A D | CodeGenFunction.h | 1073 const LangOptions &getLangOpts() const { return CGM.getLangOpts(); } in getLangOpts() function
|
/minix3/external/bsd/llvm/dist/clang/include/clang/StaticAnalyzer/Core/ |
H A D | CheckerManager.h | 170 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Parse/ |
H A D | Parser.h | 240 const LangOptions &getLangOpts() const { return PP.getLangOpts(); } in getLangOpts() function
|
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/ |
H A D | ASTContext.h | 521 const LangOptions& getLangOpts() const { return LangOpts; } in getLangOpts() function
|
/minix3/external/bsd/llvm/dist/clang/lib/Analysis/ |
H A D | CFG.cpp | 3957 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function in __anon557f5a500211::StmtPrinterHelper
|
/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 963 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
/minix3/external/bsd/llvm/dist/clang/lib/AST/ |
H A D | ExprConstant.cpp | 524 const LangOptions &getLangOpts() const { return Ctx.getLangOpts(); } in getLangOpts() function
|