Searched defs:getLangOpts (Results 1 - 17 of 17) sorted by relevance

/external/clang/include/clang/Edit/
H A DEditedSource.h53 const LangOptions &getLangOpts() const { return LangOpts; } function in class:clang::edit::EditedSource
/external/clang/include/clang/Frontend/
H A DCompilerInvocation.h73 LangOptions *getLangOpts() { return LangOpts.getPtr(); } function in class:clang::CompilerInvocationBase
74 const LangOptions *getLangOpts() const { return LangOpts.getPtr(); } function in class:clang::CompilerInvocationBase
H A DCompilerInstance.h252 LangOptions &getLangOpts() { function in class:clang::CompilerInstance
253 return *Invocation->getLangOpts();
255 const LangOptions &getLangOpts() const { function in class:clang::CompilerInstance
256 return *Invocation->getLangOpts();
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h87 const LangOptions &getLangOpts() const { function in class:clang::ento::AnalysisManager
H A DCheckerContext.h138 const LangOptions &getLangOpts() const { function in class:clang::ento::CheckerContext
139 return Eng.getContext().getLangOpts();
/external/clang/include/clang/Lex/
H A DLexer.h120 /// getLangOpts - Return the language features currently enabled.
122 const LangOptions &getLangOpts() const { return LangOpts; } function in class:clang::Lexer
H A DPreprocessor.h432 const LangOptions &getLangOpts() const { return LangOpts; } function in class:clang::Preprocessor
1032 return Lexer::getImmediateMacroName(Loc, SourceMgr, getLangOpts());
/external/clang/include/clang/Rewrite/Core/
H A DRewriter.h162 const LangOptions &getLangOpts() const { return *LangOpts; } function in class:clang::Rewriter
/external/clang/lib/CodeGen/
H A DBackendUtil.cpp134 const LangOptions &getLangOpts() const { return LangOpts; } function in class:__anon3699::PassManagerBuilderWrapper
167 const LangOptions &LangOpts = BuilderWrapper.getLangOpts();
H A DCodeGenModule.h425 assert(getLangOpts().ObjCAutoRefCount && ARCData != 0);
478 const LangOptions &getLangOpts() const { return LangOpts; } function in class:clang::CodeGen::CodeGenModule
H A DCodeGenFunction.h1253 const LangOptions &getLangOpts() const { return CGM.getLangOpts(); } function in namespace:clang::CodeGen
1323 return getLangOpts().Exceptions;
1325 return getLangOpts().Exceptions &&
/external/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h146 const LangOptions &getLangOpts() const { return LangOpts; } function in class:clang::ento::CheckerManager
/external/clang/include/clang/Parse/
H A DParser.h198 const LangOptions &getLangOpts() const { return PP.getLangOpts(); } function in class:clang::Parser
506 if (!getLangOpts().AltiVec ||
518 if (!getLangOpts().AltiVec ||
1638 if (getLangOpts().CPlusPlus)
1647 if (getLangOpts().CPlusPlus)
1657 if (getLangOpts().CPlusPlus)
1683 if (getLangOpts().CPlusPlus)
1809 if (!getLangOpts().CPlusPlus11 || NextToken().isNot(tok::l_square))
1816 if (!getLangOpts()
[all...]
/external/clang/include/clang/AST/
H A DASTContext.h473 const LangOptions& getLangOpts() const { return LangOpts; } function in class:clang::ASTContext
1292 return getLangOpts().CPlusPlus ? BoolTy : IntTy;
/external/clang/lib/Analysis/
H A DCFG.cpp1442 if (Context->getLangOpts().Exceptions) {
3586 const LangOptions &getLangOpts() const { return LangOpts; } function in class:__anon3674::StmtPrinterHelper
3749 S->printPretty(OS, Helper, PrintingPolicy(Helper->getLangOpts()));
3779 IE->printPretty(OS, Helper, PrintingPolicy(Helper->getLangOpts()));
3855 PrintingPolicy(Helper->getLangOpts()));
3859 PrintingPolicy(Helper->getLangOpts()));
3866 CS->getExceptionDecl()->print(OS, PrintingPolicy(Helper->getLangOpts()),
3905 PrintingPolicy PP(Helper ? Helper->getLangOpts() : LangOptions());
/external/clang/lib/AST/
H A DExprConstant.cpp404 const LangOptions &getLangOpts() const { return Ctx.getLangOpts(); } function in struct:__anon3624::EvalInfo
416 if (CallStackDepth <= getLangOpts().ConstexprCallDepth)
419 << getLangOpts().ConstexprCallDepth;
749 if (!Info.getLangOpts().CPlusPlus11)
983 if (Info.getLangOpts().CPlusPlus11) {
1037 if (Info.getLangOpts().CPlusPlus11)
1538 Info.Diag(E, Info.getLangOpts().CPlusPlus11 ?
1560 Info.Diag(E, Info.getLangOpts().CPlusPlus11 ?
1582 Info.Diag(E, Info.getLangOpts()
[all...]
/external/clang/include/clang/Sema/
H A DSema.h816 const LangOptions &getLangOpts() const { return LangOpts; } function in class:clang::Sema
3522 if (!Self.getLangOpts().CPlusPlus11)

Completed in 453 milliseconds