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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DContext.cpp59 const LangOptions &Context::getLangOpts() const { return Ctx.getLangOpts(); } function in class:Context
H A DState.cpp115 const LangOptions &State::getLangOpts() const { return getCtx().getLangOpts(); } function in class:State
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Edit/
H A DEditedSource.h78 const LangOptions &getLangOpts() const { return LangOpts; } function in class:clang::edit::EditedSource
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Rewrite/Core/
H A DRewriter.h78 const LangOptions &getLangOpts() const { return *LangOpts; } function in class:clang::Rewriter
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h86 const LangOptions &getLangOpts() const { function in class:clang::ento::AnalysisManager
H A DCheckerContext.h87 const LangOptions &getLangOpts() const { function in class:clang::ento::CheckerContext
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h87 LangOptions *getLangOpts() { return LangOpts.get(); } function in class:clang::CompilerInvocationBase
88 const LangOptions *getLangOpts() const { return LangOpts.get(); } function in class:clang::CompilerInvocationBase
H A DCompilerInstance.h302 LangOptions &getLangOpts() { function in class:clang::CompilerInstance
305 const LangOptions &getLangOpts() const { function in class:clang::CompilerInstance
H A DASTUnit.h461 const LangOptions &getLangOpts() const { function in class:clang::ASTUnit
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DLexer.h168 const LangOptions &getLangOpts() const { return LangOpts; } function in class:clang::Lexer
H A DPreprocessor.h907 const LangOptions &getLangOpts() const { return LangOpts; } function in class:clang::Preprocessor
/freebsd-11-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.cpp32 const LangOptions &IndexingContext::getLangOpts() const { function in class:IndexingContext
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h142 const LangOptions &getLangOpts() const { return LangOpts; } function in class:clang::ento::CheckerManager
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp170 const LangOptions &getLangOpts() const { return LangOpts; } function in class:__anon321::PassManagerBuilderWrapper
H A DCodeGenModule.h675 const LangOptions &getLangOpts() const { return LangOpts; } function in class:clang::CodeGen::CodeGenModule
H A DCodeGenFunction.h1640 const LangOptions &getLangOpts() const { return CGM.getLangOpts(); } function in class:clang::CodeGen::CodeGenFunction
/freebsd-11-stable/contrib/llvm-project/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1706 std::vector<Record *> getLangOpts() const { function in struct:__anon56::AttributeSubjectMatchRule
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp5164 const LangOptions &getLangOpts() const { return LangOpts; } function in class:__anon299::StmtPrinterHelper
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h407 const LangOptions &getLangOpts() const { return PP.getLangOpts(); } function in namespace:clang
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h1352 const LangOptions &getLangOpts() const { return LangOpts; } function in class:clang::final

Completed in 586 milliseconds