Searched defs:getLangOpts (Results 1 - 18 of 18) 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/StaticAnalyzer/Core/PathSensitive/
H A DAnalysisManager.h91 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.h76 LangOptions *getLangOpts() { return LangOpts.get(); } function in class:clang::CompilerInvocationBase
77 const LangOptions *getLangOpts() const { return LangOpts.get(); } function in class:clang::CompilerInvocationBase
H A DCompilerInstance.h267 LangOptions &getLangOpts() { function in class:clang::CompilerInstance
268 return *Invocation->getLangOpts();
270 const LangOptions &getLangOpts() const { function in class:clang::CompilerInstance
271 return *Invocation->getLangOpts();
H A DASTUnit.h505 const LangOptions &getLangOpts() const { function in class:clang::ASTUnit
/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.h479 const LangOptions &getLangOpts() const { return LangOpts; } function in class:clang::Preprocessor
1099 return Lexer::getImmediateMacroName(Loc, SourceMgr, getLangOpts());
/external/clang/include/clang/Rewrite/Core/
H A DRewriter.h161 const LangOptions &getLangOpts() const { return *LangOpts; } function in class:clang::Rewriter
/external/clang/lib/CodeGen/
H A DBackendUtil.cpp140 const LangOptions &getLangOpts() const { return LangOpts; } function in class:__anon17806::PassManagerBuilderWrapper
H A DCodeGenModule.h519 assert(getLangOpts().ObjCAutoRefCount && ARCData != nullptr);
584 const LangOptions &getLangOpts() const { return LangOpts; } function in class:clang::CodeGen::CodeGenModule
H A DCodeGenFunction.h987 const LangOptions &getLangOpts() const { return CGM.getLangOpts(); } function in class:clang::CodeGen::CodeGenFunction
1062 return getLangOpts().Exceptions;
1064 return getLangOpts().Exceptions &&
/external/clang/include/clang/StaticAnalyzer/Core/
H A DCheckerManager.h170 const LangOptions &getLangOpts() const { return LangOpts; } function in class:clang::ento::CheckerManager
/external/clang/lib/AST/
H A DExprConstant.cpp512 StepsLeft(getLangOpts().ConstexprStepLimit),
523 const LangOptions &getLangOpts() const { return Ctx.getLangOpts(); } function in struct:__anon17734::EvalInfo
535 if (CallStackDepth <= getLangOpts().ConstexprCallDepth)
538 << getLangOpts().ConstexprCallDepth;
971 if (!Info.getLangOpts().CPlusPlus11)
1256 if (Info.getLangOpts().CPlusPlus11) {
1293 if (Info.getLangOpts().CPlusPlus && FD->hasAttr<DLLImportAttr>())
1331 if (Info.getLangOpts().CPlusPlus1y && This &&
1336 if (Info.getLangOpts()
[all...]
/external/clang/include/clang/AST/
H A DASTContext.h509 const LangOptions& getLangOpts() const { return LangOpts; } function in class:clang::ASTContext
1366 return getLangOpts().CPlusPlus ? BoolTy : IntTy;
/external/clang/include/clang/Parse/
H A DParser.h239 const LangOptions &getLangOpts() const { return PP.getLangOpts(); } function in class:clang::Parser
605 if (!getLangOpts().AltiVec ||
618 if (!getLangOpts().AltiVec ||
1807 if (getLangOpts().CPlusPlus)
1816 if (getLangOpts().CPlusPlus)
1826 if (getLangOpts().CPlusPlus)
1856 if (getLangOpts().CPlusPlus)
1871 if (getLangOpts().CPlusPlus)
1984 if (!getLangOpts()
[all...]
/external/clang/lib/Analysis/
H A DCFG.cpp1730 if (Context->getLangOpts().Exceptions) {
3876 const LangOptions &getLangOpts() const { return LangOpts; } function in class:__anon17771::StmtPrinterHelper
4056 S->printPretty(OS, &Helper, PrintingPolicy(Helper.getLangOpts()));
4088 IE->printPretty(OS, &Helper, PrintingPolicy(Helper.getLangOpts()));
4113 AllocExpr->getType().print(OS, PrintingPolicy(Helper.getLangOpts()));
4139 BT->getType().print(OS, PrintingPolicy(Helper.getLangOpts()));
4183 PrintingPolicy(Helper.getLangOpts()));
4187 PrintingPolicy(Helper.getLangOpts()));
4194 CS->getExceptionDecl()->print(OS, PrintingPolicy(Helper.getLangOpts()),
4232 PrintingPolicy PP(Helper.getLangOpts());
[all...]
/external/clang/include/clang/Sema/
H A DSema.h943 const LangOptions &getLangOpts() const { return LangOpts; } function in class:clang::Sema
3906 if (!Self.getLangOpts().CPlusPlus11)

Completed in 244 milliseconds