/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | CompilerInvocation.h | 131 const LangOptions &getLangOpts() const { return *LangOpts; } in getLangOpts() function 244 LangOptions &getLangOpts() { return *LangOpts; } getLangOpts() function
|
H A D | CompilerInstance.h | 312 LangOptions &getLangOpts() { return Invocation->getLangOpts(); } getLangOpts() function 313 const LangOptions &getLangOpts() const { return Invocation->getLangOpts(); } getLangOpts() function
|
H A D | ASTUnit.h | 464 const LangOptions &getLangOpts() const { in getLangOpts() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Edit/ |
H A D | EditedSource.h | 78 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | AnalysisManager.h | 90 const LangOptions &getLangOpts() const { in getLangOpts() function
|
H A D | CheckerContext.h | 90 const LangOptions &getLangOpts() const { in getLangOpts() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Rewrite/Core/ |
H A D | Rewriter.h | 78 const LangOptions &getLangOpts() const { return *LangOpts; } in getLangOpts() function
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | State.cpp | 116 const LangOptions &State::getLangOpts() const { return getCtx().getLangOpts(); } in getLangOpts() function in State
|
H A D | Context.cpp | 133 const LangOptions &Context::getLangOpts() const { return Ctx.getLangOpts(); } getLangOpts() function in Context
|
/freebsd-src/contrib/llvm-project/clang/lib/Index/ |
H A D | IndexingContext.cpp | 32 const LangOptions &IndexingContext::getLangOpts() const { in getLangOpts() function in IndexingContext
|
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | CheckerManager.h | 169 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.h | 740 const LangOptions &getLangOpts() const { return LangOpts; } getLangOpts() function
|
/freebsd-src/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclBase.cpp | 507 const LangOptions &Decl::getLangOpts() const { getLangOpts() function in Decl
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 1195 const LangOptions &getLangOpts() const { return LangOpts; } getLangOpts() function
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 461 const LangOptions &getLangOpts() const { return PP.getLangOpts(); } getLangOpts() function [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 767 const LangOptions& getLangOpts() const { return LangOpts; } getLangOpts() function
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CFG.cpp | 5487 const LangOptions &getLangOpts() const { return LangOpts; } getLangOpts() function in __anon75c587cf0711::StmtPrinterHelper [all...] |
/freebsd-src/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangAttrEmitter.cpp | 1873 std::vector<Record *> getLangOpts() const { getLangOpts() function
|
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 4616 const LangOptions &ASTWriter::getLangOpts() const { getLangOpts() function in ASTWriter [all...] |
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 1687 const LangOptions &getLangOpts() const { return LangOpts; } getLangOpts() function
|