Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCompilerInvocation.h60 LangOptions *getLangOpts() { return LangOpts.getPtr(); } in getLangOpts() function
61 const LangOptions *getLangOpts() const { return LangOpts.getPtr(); } in getLangOpts() function
DCompilerInstance.h235 LangOptions &getLangOpts() { in getLangOpts() function
238 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.h87 const LangOptions &getLangOpts() const { in getLangOpts() function
DCheckerContext.h91 const LangOptions &getLangOpts() const { in getLangOpts() function
/external/clang/include/clang/Lex/
DLexer.h122 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
DPreprocessor.h389 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/external/clang/include/clang/Rewrite/Core/
DRewriter.h158 const LangOptions &getLangOpts() const { return *LangOpts; } in getLangOpts() function
/external/clang/include/clang/StaticAnalyzer/Core/
DCheckerManager.h126 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/external/clang/lib/CodeGen/
DCodeGenModule.h448 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/external/clang/include/clang/AST/
DASTContext.h428 const LangOptions& getLangOpts() const { return LangOpts; } in getLangOpts() function
/external/clang/include/clang/Parse/
DParser.h230 const LangOptions &getLangOpts() const { return PP.getLangOpts(); } in getLangOpts() function
/external/clang/lib/Analysis/
DCFG.cpp3550 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function in __anonecdbebe50311::StmtPrinterHelper
/external/clang/include/clang/Sema/
DSema.h742 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/external/clang/lib/AST/
DExprConstant.cpp399 const LangOptions &getLangOpts() const { return Ctx.getLangOpts(); } in getLangOpts() function