/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | CompilerInvocation.h | 99 LangOptions *getLangOpts() { return LangOpts.get(); } in getLangOpts() function 100 const LangOptions *getLangOpts() const { return LangOpts.get(); } in getLangOpts() function
|
H A D | CompilerInstance.h | 298 LangOptions &getLangOpts() { in getLangOpts() function 301 const LangOptions &getLangOpts() const { in getLangOpts() function
|
H A D | ASTUnit.h | 461 const LangOptions &getLangOpts() const { in getLangOpts() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Edit/ |
H A D | EditedSource.h | 78 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | Context.cpp | 60 const LangOptions &Context::getLangOpts() const { return Ctx.getLangOpts(); } in getLangOpts() function in Context
|
H A D | State.cpp | 115 const LangOptions &State::getLangOpts() const { return getCtx().getLangOpts(); } in getLangOpts() function in State
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | AnalysisManager.h | 90 const LangOptions &getLangOpts() const { in getLangOpts() function
|
H A D | CheckerContext.h | 87 const LangOptions &getLangOpts() const { in getLangOpts() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Core/ |
H A D | Rewriter.h | 78 const LangOptions &getLangOpts() const { return *LangOpts; } in getLangOpts() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | Lexer.h | 172 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
H A D | Preprocessor.h | 922 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
H A D | IndexingContext.cpp | 32 const LangOptions &IndexingContext::getLangOpts() const { in getLangOpts() function in IndexingContext
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/ |
H A D | CheckerManager.h | 170 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenModule.h | 703 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
H A D | BackendUtil.cpp | 184 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function in __anoncdf3490f0111::PassManagerBuilderWrapper
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | DeclBase.cpp | 420 const LangOptions &Decl::getLangOpts() const { in getLangOpts() function in Decl
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | ASTContext.h | 710 const LangOptions& getLangOpts() const { return LangOpts; } in getLangOpts() function
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/ |
H A D | Parser.h | 435 const LangOptions &getLangOpts() const { return PP.getLangOpts(); } in getLangOpts() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | CFG.cpp | 5189 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function in __anon654da8e80611::StmtPrinterHelper
|
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/ |
H A D | ClangAttrEmitter.cpp | 1726 std::vector<Record *> getLangOpts() const { in getLangOpts() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 4274 const LangOptions &ASTWriter::getLangOpts() const { in getLangOpts() function in ASTWriter
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 1534 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|