/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 | 334 LangOptions &getLangOpts() { return Invocation->getLangOpts(); } in getLangOpts() function 333 LangOptions &getLangOpts() { return Invocation->getLangOpts(); } getLangOpts() function
|
H A D | ASTUnit.h | 464 const LangOptions &getLangOpts() const { in getLangOpts() function
|
/llvm-project/clang-tools-extra/clangd/ |
H A D | ParsedAST.h | 81 const LangOptions &getLangOpts() const { getLangOpts() function
|
/llvm-project/flang/include/flang/Frontend/ |
H A D | CompilerInvocation.h | 160 LangOptions &getLangOpts() { return langOpts; } getLangOpts() function 161 const LangOptions &getLangOpts() const { return langOpts; } getLangOpts() function
|
/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
|
/llvm-project/clang/include/clang/Edit/ |
H A D | EditedSource.h | 78 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
|
/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 { getLangOpts() function
|
/llvm-project/clang/include/clang/Rewrite/Core/ |
H A D | Rewriter.h | 78 const LangOptions &getLangOpts() const { return *LangOpts; } getLangOpts() function
|
/llvm-project/clang/lib/AST/Interp/ |
H A D | State.cpp |
|
H A D | Context.cpp |
|
/llvm-project/clang-tools-extra/clang-tidy/ |
H A D | ClangTidyCheck.h | 494 const LangOptions &getLangOpts() const { return Context->getLangOpts(); } getLangOpts() function
|
H A D | ClangTidyDiagnosticConsumer.h | 138 const LangOptions &getLangOpts() const { return LangOpts; } getLangOpts() function
|
/llvm-project/clang/lib/Index/ |
H A D | IndexingContext.cpp | 32 const LangOptions &IndexingContext::getLangOpts() const { in getLangOpts() function in IndexingContext
|
/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
H A D | CheckerManager.h | 169 const LangOptions &getLangOpts() const { return LangOpts; } getLangOpts() function
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenModule.h | 757 const LangOptions &getLangOpts() const { return LangOpts; } getLangOpts() function [all...] |
/llvm-project/clang/lib/AST/ |
H A D | DeclBase.cpp | 529 const LangOptions &Decl::getLangOpts() const { getLangOpts() function in Decl
|
/llvm-project/clang/include/clang/AST/ |
H A D | ASTContext.h | 787 const LangOptions& getLangOpts() const { return LangOpts; } getLangOpts() function
|
/llvm-project/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 1215 const LangOptions &getLangOpts() const { return LangOpts; } getLangOpts() function
|
/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 495 const LangOptions &getLangOpts() const { return PP.getLangOpts(); } in getLangOpts() function [all...] |
/llvm-project/clang/lib/Analysis/ |
H A D | CFG.cpp | 5484 const LangOptions &getLangOpts() const { return LangOpts; } getLangOpts() function in __anon36ae77d00711::StmtPrinterHelper [all...] |
/llvm-project/clang/utils/TableGen/ |
H A D | ClangAttrEmitter.cpp | 1958 std::vector<Record *> getLangOpts() const { getLangOpts() function
|
/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 592 const LangOptions &getLangOpts() const { return LangOpts; } getLangOpts() function
|
/llvm-project/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 4850 const LangOptions &ASTWriter::getLangOpts() const { getLangOpts() function in ASTWriter [all...] |