Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCompilerInvocation.h57 LangOptions *getLangOpts() { return LangOpts.getPtr(); } in getLangOpts() function
58 const LangOptions *getLangOpts() const { return LangOpts.getPtr(); } in getLangOpts() function
DCompilerInstance.h238 LangOptions &getLangOpts() { in getLangOpts() function
241 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/
DCheckerContext.h87 const LangOptions &getLangOpts() const { in getLangOpts() function
DAnalysisManager.h141 const LangOptions &getLangOpts() const { in getLangOpts() function
/external/clang/include/clang/Lex/
DLexer.h122 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
DPreprocessor.h368 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/external/clang/include/clang/Rewrite/
DRewriter.h158 const LangOptions &getLangOpts() const { return *LangOpts; } in getLangOpts() function
/external/clang/include/clang/StaticAnalyzer/Core/
DCheckerManager.h131 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/external/clang/lib/CodeGen/
DCodeGenModule.h445 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/external/clang/include/clang/AST/
DASTContext.h414 const LangOptions& getLangOpts() const { return LangOpts; } in getLangOpts() function
/external/clang/include/clang/Parse/
DParser.h206 const LangOptions &getLangOpts() const { return PP.getLangOpts(); } in getLangOpts() function
/external/clang/include/clang/Sema/
DSema.h776 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function
/external/clang/lib/Analysis/
DCFG.cpp3427 const LangOptions &getLangOpts() const { return LangOpts; } in getLangOpts() function in __anon7207fde30311::StmtPrinterHelper
/external/clang/lib/AST/
DExprConstant.cpp408 const LangOptions &getLangOpts() const { return Ctx.getLangOpts(); } in getLangOpts() function