Home
last modified time | relevance | path

Searched defs:getLangOpts (Results 1 – 25 of 25) sorted by relevance

/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h131 const LangOptions &getLangOpts() const { return *LangOpts; } in getLangOpts() function
249 LangOptions &getLangOpts() { return *LangOpts; } in getLangOpts() function
H A DCompilerInstance.h334 LangOptions &getLangOpts() { return Invocation->getLangOpts(); } in getLangOpts() function
333 LangOptions &getLangOpts() { return Invocation->getLangOpts(); } getLangOpts() function
H A DASTUnit.h464 const LangOptions &getLangOpts() const { in getLangOpts() function
/llvm-project/clang-tools-extra/clangd/
H A DParsedAST.h81 const LangOptions &getLangOpts() const { getLangOpts() function
/llvm-project/flang/include/flang/Frontend/
H A DCompilerInvocation.h160 LangOptions &getLangOpts() { return langOpts; } getLangOpts() function
161 const LangOptions &getLangOpts() const { return langOpts; } getLangOpts() function
/llvm-project/clang/lib/Sema/
H A DSemaBase.cpp11 const LangOptions &SemaBase::getLangOpts() const { return SemaRef.LangOpts; } in getLangOpts() function in clang::SemaBase
/llvm-project/clang/include/clang/Edit/
H A DEditedSource.h78 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h90 const LangOptions &getLangOpts() const { in getLangOpts() function
H A DCheckerContext.h90 const LangOptions &getLangOpts() const { getLangOpts() function
/llvm-project/clang/include/clang/Rewrite/Core/
H A DRewriter.h78 const LangOptions &getLangOpts() const { return *LangOpts; } getLangOpts() function
/llvm-project/clang/lib/AST/Interp/
H A DState.cpp
H A DContext.cpp
/llvm-project/clang-tools-extra/clang-tidy/
H A DClangTidyCheck.h494 const LangOptions &getLangOpts() const { return Context->getLangOpts(); } getLangOpts() function
H A DClangTidyDiagnosticConsumer.h138 const LangOptions &getLangOpts() const { return LangOpts; } getLangOpts() function
/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp32 const LangOptions &IndexingContext::getLangOpts() const { in getLangOpts() function in IndexingContext
/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h169 const LangOptions &getLangOpts() const { return LangOpts; } getLangOpts() function
/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h757 const LangOptions &getLangOpts() const { return LangOpts; } getLangOpts() function
[all...]
/llvm-project/clang/lib/AST/
H A DDeclBase.cpp529 const LangOptions &Decl::getLangOpts() const { getLangOpts() function in Decl
/llvm-project/clang/include/clang/AST/
H A DASTContext.h787 const LangOptions& getLangOpts() const { return LangOpts; } getLangOpts() function
/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1215 const LangOptions &getLangOpts() const { return LangOpts; } getLangOpts() function
/llvm-project/clang/include/clang/Parse/
H A DParser.h495 const LangOptions &getLangOpts() const { return PP.getLangOpts(); } in getLangOpts() function
[all...]
/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5484 const LangOptions &getLangOpts() const { return LangOpts; } getLangOpts() function in __anon36ae77d00711::StmtPrinterHelper
[all...]
/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1958 std::vector<Record *> getLangOpts() const { getLangOpts() function
/llvm-project/clang/include/clang/Sema/
H A DSema.h592 const LangOptions &getLangOpts() const { return LangOpts; } getLangOpts() function
/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4850 const LangOptions &ASTWriter::getLangOpts() const { getLangOpts() function in ASTWriter
[all...]