Searched refs:getLangOpts (Results 126 - 150 of 181) sorted by relevance

12345678

/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp1230 if (unsigned DefaultMaxFieldAlignment = Context.getLangOpts().PackStruct) {
1355 assert(Context.getLangOpts().CPlusPlus &&
1772 if (Context.getLangOpts().CPlusPlus && getSizeInBits() == 0) {
2338 if (unsigned DefaultMaxFieldAlignment = Context.getLangOpts().PackStruct)
2848 if (getLangOpts().DumpRecordLayouts) {
2850 DumpRecordLayout(D, llvm::outs(), getLangOpts().DumpRecordLayoutsSimple);
H A DDeclBase.cpp475 getASTContext().getLangOpts().ObjCRuntime.hasWeakClassImport()) {
1278 !getParentASTContext().getLangOpts().CPlusPlus)))
1481 (getParentASTContext().getLangOpts().CPlusPlus ||
/external/clang/lib/Sema/
H A DSemaChecking.cpp301 if (!getLangOpts().CPlusPlus) {
3034 if (!FS.hasStandardConversionSpecifier(S.getLangOpts()))
3202 bool success = fixedFS.fixType(IntendedTy, S.getLangOpts(),
3306 << S.getLangOpts().CPlusPlus11
3320 << S.getLangOpts().CPlusPlus11
3459 if (!FS.hasStandardConversionSpecifier(S.getLangOpts()))
3479 S.getLangOpts(), S.Context);
3566 getLangOpts(),
3575 getLangOpts(),
3797 if (S.getLangOpts()
[all...]
H A DSemaStmtAsm.cpp47 if (!S.getLangOpts().HeinousExtensions)
/external/clang/include/clang/Sema/
H A DLookup.h627 else if (isClassLookup() && SemaRef.getLangOpts().AccessControl)
H A DInitialization.h214 bool Consumed = (Context.getLangOpts().ObjCAutoRefCount &&
/external/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp100 Buf, SM, Ctx.getLangOpts(), &Invalid);
H A DTransRetainReleaseDealloc.cpp338 Pass.Ctx.getLangOpts());
/external/clang/lib/CodeGen/
H A DCGDecl.cpp153 if (CGF.getLangOpts().CPlusPlus)
241 if (!getLangOpts().CPlusPlus)
848 bool NRVO = getLangOpts().ElideConstructors &&
1283 if (getLangOpts().getGC() != LangOptions::NonGC &&
H A DCGExprAgg.cpp90 if (CGF.getLangOpts().getGC() && TypeRequiresGCollection(T))
1325 if (CGF.getLangOpts().CPlusPlus)
1395 if (getLangOpts().CPlusPlus) {
1458 if (CGM.getLangOpts().getGC() == LangOptions::NonGC) {
H A DCGExprCXX.cpp190 if (getLangOpts().AppleKext &&
212 if (getLangOpts().AppleKext &&
384 if (getLangOpts().ElideConstructors && E->isElidable()) {
1443 else if (CGF.getLangOpts().ObjCAutoRefCount &&
H A DCGObjCRuntime.cpp322 if (CGF.getLangOpts().ObjCAutoRefCount) {
H A DCodeGenModule.h519 assert(getLangOpts().ObjCAutoRefCount && ARCData != nullptr);
584 const LangOptions &getLangOpts() const { return LangOpts; } function in class:clang::CodeGen::CodeGenModule
H A DBackendUtil.cpp140 const LangOptions &getLangOpts() const { return LangOpts; } function in class:__anon17806::PassManagerBuilderWrapper
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/lib/Edit/
H A DCommit.cpp39 : SourceMgr(Editor.getSourceManager()), LangOpts(Editor.getLangOpts()),
/external/clang/tools/libclang/
H A DCIndexDiagnostic.cpp197 CXDiagnosticRenderer Renderer(AU->getASTContext().getLangOpts(),
H A DCXType.cpp105 if (Ctx.getLangOpts().ObjC1) {
229 PrintingPolicy PP(cxtu::getASTUnit(TU)->getASTContext().getLangOpts());
/external/clang/include/clang/Lex/
H A DPreprocessor.h479 const LangOptions &getLangOpts() const { return LangOpts; } function in class:clang::Preprocessor
1099 return Lexer::getImmediateMacroName(Loc, SourceMgr, getLangOpts());
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp518 Reader.getContext().getLangOpts().Modules &&
519 Reader.getContext().getLangOpts().CPlusPlus) {
674 assert(Reader.getContext().getLangOpts().Modules &&
2013 if (!Reader.getContext().getLangOpts().Modules)
2114 if (!Reader.getContext().getLangOpts().Modules)
2120 if (!Reader.getContext().getLangOpts().CPlusPlus)
2380 return ED->getASTContext().getLangOpts().CPlusPlus? ED->getDefinition()
/external/clang/include/clang/Frontend/
H A DASTUnit.h505 const LangOptions &getLangOpts() const { function in class:clang::ASTUnit
/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/Frontend/
H A DCacheTokens.cpp493 const LangOptions &LOpts = PP.getLangOpts();
H A DCompilerInvocation.cpp55 LangOpts(new LangOptions(*X.getLangOpts())),
1820 ParseCommentArgs(Res.getLangOpts()->CommentOpts, *Args);
1829 ParseLangArgs(*Res.getLangOpts(), *Args, DashX, Diags);
1831 Res.getLangOpts()->ObjCExceptions = 1;
/external/clang/lib/Index/
H A DUSRGeneration.cpp209 if (!Ctx.getLangOpts().CPlusPlus || D->isExternC())

Completed in 1490 milliseconds

12345678