Home
last modified time | relevance | path

Searched defs:getLangOpts (Results 1 – 18 of 18) 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.h267 LangOptions &getLangOpts() { in getLangOpts() function
270 const LangOptions &getLangOpts() const { in getLangOpts() function
DASTUnit.h505 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.h91 const LangOptions &getLangOpts() const { in getLangOpts() function
DCheckerContext.h134 const LangOptions &getLangOpts() const { in getLangOpts() function
/external/clang/include/clang/Lex/
DLexer.h128 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
DPreprocessor.h479 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/external/clang/include/clang/Rewrite/Core/
DRewriter.h161 const LangOptions &getLangOpts() const { return *LangOpts; } in getLangOpts() function
/external/clang/lib/CodeGen/
DBackendUtil.cpp140 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function in __anonfd95b7bd0111::PassManagerBuilderWrapper
DCodeGenModule.h584 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
DCodeGenFunction.h987 const LangOptions &getLangOpts() const { return CGM.getLangOpts(); } in getLangOpts() function
/external/clang/include/clang/StaticAnalyzer/Core/
DCheckerManager.h170 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/external/clang/include/clang/Parse/
DParser.h239 const LangOptions &getLangOpts() const { return PP.getLangOpts(); } in getLangOpts() function
/external/clang/include/clang/AST/
DASTContext.h509 const LangOptions& getLangOpts() const { return LangOpts; } in getLangOpts() function
/external/clang/lib/Analysis/
DCFG.cpp3876 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function in __anon726f5f560211::StmtPrinterHelper
/external/clang/include/clang/Sema/
DSema.h943 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/external/clang/lib/AST/
DExprConstant.cpp523 const LangOptions &getLangOpts() const { return Ctx.getLangOpts(); } in getLangOpts() function