Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInvocation.h104 LangOptions *getLangOpts() { return LangOpts.get(); } in getLangOpts() function
105 const LangOptions *getLangOpts() const { return LangOpts.get(); } in getLangOpts() function
H A DCompilerInstance.h301 LangOptions &getLangOpts() { in getLangOpts() function
304 const LangOptions &getLangOpts() const { in getLangOpts() function
H A DASTUnit.h460 const LangOptions &getLangOpts() const { in getLangOpts() function
/openbsd-src/gnu/llvm/clang/include/clang/Edit/
H A DEditedSource.h78 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/openbsd-src/gnu/llvm/clang/lib/AST/Interp/
H A DContext.cpp73 const LangOptions &Context::getLangOpts() const { return Ctx.getLangOpts(); } in getLangOpts() function in Context
H A DState.cpp115 const LangOptions &State::getLangOpts() const { return getCtx().getLangOpts(); } in getLangOpts() function in State
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/clang/include/clang/Rewrite/Core/
H A DRewriter.h78 const LangOptions &getLangOpts() const { return *LangOpts; } in getLangOpts() function
/openbsd-src/gnu/llvm/clang/lib/Index/
H A DIndexingContext.cpp32 const LangOptions &IndexingContext::getLangOpts() const { in getLangOpts() function in IndexingContext
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h169 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.h730 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DDeclBase.cpp434 const LangOptions &Decl::getLangOpts() const { in getLangOpts() function in Decl
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h761 const LangOptions& getLangOpts() const { return LangOpts; } in getLangOpts() function
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessor.h1196 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/openbsd-src/gnu/llvm/clang/include/clang/Parse/
H A DParser.h446 const LangOptions &getLangOpts() const { return PP.getLangOpts(); } in getLangOpts() function
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DCFG.cpp5478 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function in __anon76ebc3340611::StmtPrinterHelper
/openbsd-src/gnu/llvm/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1805 std::vector<Record *> getLangOpts() const { in getLangOpts() function
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTWriter.cpp4517 const LangOptions &ASTWriter::getLangOpts() const { in getLangOpts() function in ASTWriter
/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DSema.h1650 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function