Home
last modified time | relevance | path

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

12

/external/clang/include/clang/Frontend/
DCompilerInvocation.h77 LangOptions *getLangOpts() { return LangOpts.get(); } in getLangOpts() function
78 const LangOptions *getLangOpts() const { return LangOpts.get(); } in getLangOpts() function
DCompilerInstance.h294 LangOptions &getLangOpts() { in getLangOpts() function
297 const LangOptions &getLangOpts() const { in getLangOpts() function
DASTUnit.h520 const LangOptions &getLangOpts() const { in getLangOpts() function
/external/llvm-project/clang/include/clang/Frontend/
DCompilerInvocation.h86 LangOptions *getLangOpts() { return LangOpts.get(); } in getLangOpts() function
87 const LangOptions *getLangOpts() const { return LangOpts.get(); } in getLangOpts() function
DCompilerInstance.h302 LangOptions &getLangOpts() { in getLangOpts() function
305 const LangOptions &getLangOpts() const { in getLangOpts() function
DASTUnit.h461 const LangOptions &getLangOpts() const { in getLangOpts() function
/external/llvm-project/clang-tools-extra/clangd/
DParsedAST.h81 const LangOptions &getLangOpts() const { in getLangOpts() function
/external/clang/include/clang/Edit/
DEditedSource.h59 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAnalysisManager.h94 const LangOptions &getLangOpts() const { in getLangOpts() function
DCheckerContext.h134 const LangOptions &getLangOpts() const { in getLangOpts() function
/external/llvm-project/clang/include/clang/Edit/
DEditedSource.h78 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/external/llvm-project/clang/lib/AST/Interp/
DContext.cpp60 const LangOptions &Context::getLangOpts() const { return Ctx.getLangOpts(); } in getLangOpts() function in Context
DState.cpp115 const LangOptions &State::getLangOpts() const { return getCtx().getLangOpts(); } in getLangOpts() function in State
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DAnalysisManager.h90 const LangOptions &getLangOpts() const { in getLangOpts() function
DCheckerContext.h87 const LangOptions &getLangOpts() const { in getLangOpts() function
/external/clang/include/clang/Rewrite/Core/
DRewriter.h65 const LangOptions &getLangOpts() const { return *LangOpts; } in getLangOpts() function
/external/llvm-project/clang/include/clang/Rewrite/Core/
DRewriter.h78 const LangOptions &getLangOpts() const { return *LangOpts; } in getLangOpts() function
/external/llvm-project/clang-tools-extra/clang-tidy/
DClangTidyDiagnosticConsumer.h122 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
DClangTidyCheck.h513 const LangOptions &getLangOpts() const { return Context->getLangOpts(); } in getLangOpts() function
/external/clang/include/clang/Lex/
DLexer.h128 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/external/llvm-project/clang/include/clang/Lex/
DLexer.h172 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/external/llvm-project/clang/lib/Index/
DIndexingContext.cpp32 const LangOptions &IndexingContext::getLangOpts() const { in getLangOpts() function in IndexingContext
/external/clang/include/clang/StaticAnalyzer/Core/
DCheckerManager.h121 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/external/clang/lib/CodeGen/
DBackendUtil.cpp153 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function in __anonc6a4b0cd0111::PassManagerBuilderWrapper
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/
DCheckerManager.h170 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function

12