/freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | CompilerInvocation.h | 131 const LangOptions &getLangOpts() const { return *LangOpts; } in getLangOpts() function 249 LangOptions &getLangOpts() { return *LangOpts; } in getLangOpts() function
|
H A D | CompilerInstance.h | 333 LangOptions &getLangOpts() { return Invocation->getLangOpts(); } in getLangOpts() function 334 const LangOptions &getLangOpts() const { return Invocation->getLangOpts(); } in getLangOpts() function
|
H A D | ASTUnit.h | 464 const LangOptions &getLangOpts() const { in getLangOpts() function
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaBase.cpp | 11 const LangOptions &SemaBase::getLangOpts() const { return SemaRef.LangOpts; } in getLangOpts() function in clang::SemaBase
|
/freebsd/contrib/llvm-project/clang/include/clang/Edit/ |
H A D | EditedSource.h | 78 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
/freebsd/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/contrib/llvm-project/clang/include/clang/Rewrite/Core/ |
H A D | Rewriter.h | 78 const LangOptions &getLangOpts() const { return *LangOpts; } in getLangOpts() function
|
/freebsd/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 | 125 const LangOptions &Context::getLangOpts() const { return Ctx.getLangOpts(); } in getLangOpts() function in Context
|
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | CheckerManager.h | 169 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.h | 760 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | DeclBase.cpp | 529 const LangOptions &Decl::getLangOpts() const { in getLangOpts() function in Decl
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 796 const LangOptions& getLangOpts() const { return LangOpts; } in getLangOpts() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 1215 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 495 const LangOptions &getLangOpts() const { return PP.getLangOpts(); } in getLangOpts() function
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | CFG.cpp | 5484 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function in __anonef2f84bd0711::StmtPrinterHelper
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | ClangAttrEmitter.cpp | 1958 std::vector<Record *> getLangOpts() const { in getLangOpts() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 593 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 4853 const LangOptions &ASTWriter::getLangOpts() const { in getLangOpts() function in ASTWriter
|