Home
last modified time | relevance | path

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

/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/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.h690 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/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 __anon56a391710111::PassManagerBuilderWrapper
DCodeGenModule.h601 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
DCodeGenFunction.h1209 const LangOptions &getLangOpts() const { return CGM.getLangOpts(); } in getLangOpts() function
/external/clang/include/clang/Parse/
DParser.h250 const LangOptions &getLangOpts() const { return PP.getLangOpts(); } in getLangOpts() function
/external/clang/include/clang/AST/
DASTContext.h604 const LangOptions& getLangOpts() const { return LangOpts; } in getLangOpts() function
/external/clang/lib/Analysis/
DCFG.cpp4065 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function in __anone1957b8a0211::StmtPrinterHelper
/external/clang/include/clang/Sema/
DSema.h1061 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/external/clang/lib/Serialization/
DASTWriter.cpp4104 const LangOptions &ASTWriter::getLangOpts() const { in getLangOpts() function in ASTWriter
/external/clang/lib/AST/
DExprConstant.cpp556 const LangOptions &getLangOpts() const { return Ctx.getLangOpts(); } in getLangOpts() function