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.h286 LangOptions &getLangOpts() { in getLangOpts() function
289 const LangOptions &getLangOpts() const { in getLangOpts() function
DASTUnit.h516 const LangOptions &getLangOpts() const { in getLangOpts() function
/external/clang/include/clang/Edit/
DEditedSource.h53 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.h503 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/external/clang/lib/CodeGen/
DBackendUtil.cpp146 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function in __anonf591f4c60111::PassManagerBuilderWrapper
DCodeGenModule.h602 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
DCodeGenFunction.h1041 const LangOptions &getLangOpts() const { return CGM.getLangOpts(); } in getLangOpts() function
/external/clang/include/clang/StaticAnalyzer/Core/
DCheckerManager.h117 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/external/clang/include/clang/Parse/
DParser.h240 const LangOptions &getLangOpts() const { return PP.getLangOpts(); } in getLangOpts() function
/external/clang/include/clang/AST/
DASTContext.h522 const LangOptions& getLangOpts() const { return LangOpts; } in getLangOpts() function
/external/clang/lib/Analysis/
DCFG.cpp3956 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function in __anon5f10247f0211::StmtPrinterHelper
/external/clang/include/clang/Sema/
DSema.h959 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/external/clang/lib/Serialization/
DASTWriter.cpp4232 const LangOptions &ASTWriter::getLangOpts() const { in getLangOpts() function in ASTWriter
/external/clang/lib/AST/
DExprConstant.cpp524 const LangOptions &getLangOpts() const { return Ctx.getLangOpts(); } in getLangOpts() function