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

/external/clang/include/clang/Edit/
H A DEditedSource.h59 const LangOptions &getLangOpts() const { return LangOpts; } function in class:clang::edit::EditedSource
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h94 const LangOptions &getLangOpts() const { function in class:clang::ento::AnalysisManager
H A DCheckerContext.h134 const LangOptions &getLangOpts() const { function in class:clang::ento::CheckerContext
135 return Eng.getContext().getLangOpts();
/external/clang/include/clang/Frontend/
H A DCompilerInvocation.h77 LangOptions *getLangOpts() { return LangOpts.get(); } function in class:clang::CompilerInvocationBase
78 const LangOptions *getLangOpts() const { return LangOpts.get(); } function in class:clang::CompilerInvocationBase
H A DCompilerInstance.h294 LangOptions &getLangOpts() { function in class:clang::CompilerInstance
295 return *Invocation->getLangOpts();
297 const LangOptions &getLangOpts() const { function in class:clang::CompilerInstance
298 return *Invocation->getLangOpts();
H A DASTUnit.h520 const LangOptions &getLangOpts() const { function in class:clang::ASTUnit
/external/clang/include/clang/Rewrite/Core/
H A DRewriter.h65 const LangOptions &getLangOpts() const { return *LangOpts; } function in class:clang::Rewriter
/external/clang/include/clang/Lex/
H A DLexer.h126 /// getLangOpts - Return the language features currently enabled.
128 const LangOptions &getLangOpts() const { return LangOpts; } function in class:clang::Lexer
H A DPreprocessor.h400 (!PP.getLangOpts().Modules &&
401 !PP.getLangOpts().ModulesLocalVisibility) ||
690 const LangOptions &getLangOpts() const { return LangOpts; } function in class:clang::Preprocessor
798 (!getLangOpts().Modules || (bool)getMacroDefinition(II));
1436 return Lexer::getImmediateMacroName(Loc, SourceMgr, getLangOpts());
/external/clang/lib/CodeGen/
H A DBackendUtil.cpp153 const LangOptions &getLangOpts() const { return LangOpts; } function in class:__anon1547::PassManagerBuilderWrapper
263 const LangOptions &LangOpts = BuilderWrapper.getLangOpts();
271 const LangOptions &LangOpts = BuilderWrapper.getLangOpts();
H A DCodeGenModule.h601 const LangOptions &getLangOpts() const { return LangOpts; } function in class:clang::CodeGen::CodeGenModule
H A DCodeGenFunction.h1209 const LangOptions &getLangOpts() const { return CGM.getLangOpts(); } function in class:clang::CodeGen::CodeGenFunction
1292 return getLangOpts().Exceptions;
1294 return getLangOpts().Exceptions &&
/external/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h121 const LangOptions &getLangOpts() const { return LangOpts; } function in class:clang::ento::CheckerManager
/external/clang/include/clang/Parse/
H A DParser.h250 const LangOptions &getLangOpts() const { return PP.getLangOpts(); } function in class:clang::Parser
620 if (!getLangOpts().AltiVec && !getLangOpts().ZVector)
625 (!getLangOpts().AltiVec || Tok.getIdentifierInfo() != Ident_pixel))
635 if ((!getLangOpts().AltiVec && !getLangOpts().ZVector) ||
649 assert(getLangOpts().ObjC1);
1899 if (getLangOpts().CPlusPlus)
1908 if (getLangOpts()
[all...]
/external/clang/lib/Analysis/
H A DCFG.cpp1855 if (Context->getLangOpts().Exceptions) {
4065 const LangOptions &getLangOpts() const { return LangOpts; } function in class:__anon1508::StmtPrinterHelper
4246 S->printPretty(OS, &Helper, PrintingPolicy(Helper.getLangOpts()));
4278 IE->printPretty(OS, &Helper, PrintingPolicy(Helper.getLangOpts()));
4303 AllocExpr->getType().print(OS, PrintingPolicy(Helper.getLangOpts()));
4329 BT->getType().print(OS, PrintingPolicy(Helper.getLangOpts()));
4373 PrintingPolicy(Helper.getLangOpts()));
4377 PrintingPolicy(Helper.getLangOpts()));
4384 CS->getExceptionDecl()->print(OS, PrintingPolicy(Helper.getLangOpts()),
4422 PrintingPolicy PP(Helper.getLangOpts());
[all...]
/external/clang/include/clang/Sema/
H A DSema.h1061 const LangOptions &getLangOpts() const { return LangOpts; } function in class:clang::Sema
4358 if (!Self.getLangOpts().CPlusPlus11)
/external/clang/lib/AST/
H A DExprConstant.cpp544 StepsLeft(getLangOpts().ConstexprStepLimit),
556 const LangOptions &getLangOpts() const { return Ctx.getLangOpts(); } function in struct:__anon1440::EvalInfo
568 if (CallStackDepth <= getLangOpts().ConstexprCallDepth)
571 << getLangOpts().ConstexprCallDepth;
1412 if (Info.getLangOpts().CPlusPlus11) {
1449 if (Info.getLangOpts().CPlusPlus && FD->hasAttr<DLLImportAttr>())
1487 if (Info.getLangOpts().CPlusPlus14 && This &&
1492 if (Info.getLangOpts().CPlusPlus11)
1836 if (Info.getLangOpts()
[all...]

Completed in 622 milliseconds