Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DCompilerInvocation.h99 LangOptions *getLangOpts() { return LangOpts.get(); } in getLangOpts() function
100 const LangOptions *getLangOpts() const { return LangOpts.get(); } in getLangOpts() function
H A DCompilerInstance.h298 LangOptions &getLangOpts() { in getLangOpts() function
301 const LangOptions &getLangOpts() const { in getLangOpts() function
H A DASTUnit.h461 const LangOptions &getLangOpts() const { in getLangOpts() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Edit/
H A DEditedSource.h78 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DContext.cpp60 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
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h90 const LangOptions &getLangOpts() const { in getLangOpts() function
H A DCheckerContext.h87 const LangOptions &getLangOpts() const { in getLangOpts() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Core/
H A DRewriter.h78 const LangOptions &getLangOpts() const { return *LangOpts; } in getLangOpts() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLexer.h172 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
H A DPreprocessor.h922 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingContext.cpp32 const LangOptions &IndexingContext::getLangOpts() const { in getLangOpts() function in IndexingContext
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h170 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.h703 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
H A DBackendUtil.cpp184 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function in __anoncdf3490f0111::PassManagerBuilderWrapper
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclBase.cpp420 const LangOptions &Decl::getLangOpts() const { in getLangOpts() function in Decl
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DASTContext.h710 const LangOptions& getLangOpts() const { return LangOpts; } in getLangOpts() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Parse/
H A DParser.h435 const LangOptions &getLangOpts() const { return PP.getLangOpts(); } in getLangOpts() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DCFG.cpp5189 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function in __anon654da8e80611::StmtPrinterHelper
/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DClangAttrEmitter.cpp1726 std::vector<Record *> getLangOpts() const { in getLangOpts() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriter.cpp4274 const LangOptions &ASTWriter::getLangOpts() const { in getLangOpts() function in ASTWriter
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h1534 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function