Home
last modified time | relevance | path

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

/freebsd/contrib/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.h333 LangOptions &getLangOpts() { return Invocation->getLangOpts(); } in getLangOpts() function
334 const LangOptions &getLangOpts() const { return Invocation->getLangOpts(); } in getLangOpts() function
H A DASTUnit.h464 const LangOptions &getLangOpts() const { in getLangOpts() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaBase.cpp11 const LangOptions &SemaBase::getLangOpts() const { return SemaRef.LangOpts; } in getLangOpts() function in clang::SemaBase
/freebsd/contrib/llvm-project/clang/include/clang/Edit/
H A DEditedSource.h78 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/freebsd/contrib/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 { in getLangOpts() function
/freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DRewriter.h78 const LangOptions &getLangOpts() const { return *LangOpts; } in getLangOpts() function
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DState.cpp116 const LangOptions &State::getLangOpts() const { return getCtx().getLangOpts(); } in getLangOpts() function in State
H A DContext.cpp125 const LangOptions &Context::getLangOpts() const { return Ctx.getLangOpts(); } in getLangOpts() function in Context
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h169 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.h760 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp529 const LangOptions &Decl::getLangOpts() const { in getLangOpts() function in Decl
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h796 const LangOptions& getLangOpts() const { return LangOpts; } in getLangOpts() function
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1215 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h495 const LangOptions &getLangOpts() const { return PP.getLangOpts(); } in getLangOpts() function
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5484 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function in __anonef2f84bd0711::StmtPrinterHelper
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1958 std::vector<Record *> getLangOpts() const { in getLangOpts() function
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h593 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp4853 const LangOptions &ASTWriter::getLangOpts() const { in getLangOpts() function in ASTWriter