Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCompilerInvocation.h76 LangOptions *getLangOpts() { return LangOpts.get(); } in getLangOpts() function
77 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/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/clang/include/clang/Rewrite/Core/
DRewriter.h65 const LangOptions &getLangOpts() const { return *LangOpts; } in getLangOpts() function
/external/clang/include/clang/Lex/
DLexer.h128 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
DPreprocessor.h683 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/external/clang/lib/CodeGen/
DBackendUtil.cpp148 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function in __anonb20b43e70111::PassManagerBuilderWrapper
DCodeGenModule.h595 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
DCodeGenFunction.h1125 const LangOptions &getLangOpts() const { return CGM.getLangOpts(); } in getLangOpts() function
/external/clang/include/clang/StaticAnalyzer/Core/
DCheckerManager.h122 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/external/clang/include/clang/Parse/
DParser.h244 const LangOptions &getLangOpts() const { return PP.getLangOpts(); } in getLangOpts() function
/external/clang/include/clang/AST/
DASTContext.h594 const LangOptions& getLangOpts() const { return LangOpts; } in getLangOpts() function
/external/clang/lib/Analysis/
DCFG.cpp4033 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function in __anonbdb8a6c00211::StmtPrinterHelper
/external/clang/include/clang/Sema/
DSema.h1041 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/external/clang/lib/Serialization/
DASTWriter.cpp4053 const LangOptions &ASTWriter::getLangOpts() const { in getLangOpts() function in ASTWriter
/external/clang/lib/AST/
DExprConstant.cpp551 const LangOptions &getLangOpts() const { return Ctx.getLangOpts(); } in getLangOpts() function