/external/clang/lib/StaticAnalyzer/Frontend/ |
AnalysisConsumer.cpp | 146 checkerMgr.reset(registerCheckers(Opts, PP.getLangOptions(), 149 PP.getLangOptions(), PD, 338 mgr.getLangOptions()); 346 switch (mgr.getLangOptions().getGCMode()) {
|
/external/clang/lib/Sema/ |
SemaLookup.cpp | 283 IDNS = getIDNS(LookupKind, SemaRef.getLangOptions().CPlusPlus, 491 if (S.getLangOptions().CPlusPlus && 625 if (S.getLangOptions().CPlusPlus) 813 assert(getLangOptions().CPlusPlus && "Can perform only C++ lookup"); [all...] |
SemaCXXScopeSpec.cpp | 191 assert(getLangOptions().CPlusPlus && "Only callable in C++"); 279 (Context.getLangOptions().CPlusPlus0x && 283 (Context.getLangOptions().CPlusPlus0x && isa<EnumDecl>(SD))) 488 std::string CorrectedStr(Corrected.getAsString(getLangOptions())); 489 std::string CorrectedQuotedStr(Corrected.getQuoted(getLangOptions())); [all...] |
Sema.cpp | 85 if (!PP.getLangOptions().ObjC1) return; 141 : TheTargetAttributesSema(0), FPFeatures(pp.getLangOptions()), 142 LangOpts(pp.getLangOptions()), PP(pp), Context(ctxt), Consumer(consumer), 147 IdResolver(pp.getLangOptions()), CXXTypeInfoDecl(0), MSVCGuidDecl(0), 159 if (getLangOptions().CPlusPlus) 259 if (getLangOptions().ObjCAutoRefCount) 618 !SemaRef.getLangOptions().CPlusPlus0x) [all...] |
SemaType.cpp | 506 if (!state.getSema().getLangOptions().ObjCAutoRefCount) 652 if (S.getLangOptions().ImplicitInt) { 666 if (S.getLangOptions().CPlusPlus && 667 !S.getLangOptions().Microsoft) { 692 if (!S.getLangOptions().C99 && 693 !S.getLangOptions().CPlusPlus0x) 706 if (!S.getLangOptions().C99 && 707 !S.getLangOptions().CPlusPlus0x) 721 if (S.getLangOptions().OpenCL && !S.getOpenCLOptions().cl_khr_fp64) { 867 if (S.getLangOptions().Freestanding [all...] |
SemaStmt.cpp | 81 if (getLangOptions().ObjCAutoRefCount) { 139 if (getLangOptions().ObjCAutoRefCount && ME->isDelegateInitCall()) { 181 if (!getLangOptions().C99 && !getLangOptions().CPlusPlus) { [all...] |
SemaExprCXX.cpp | 522 if (!getLangOptions().CXXExceptions && [all...] |
SemaExprMember.cpp | 142 if (SemaRef.getLangOptions().CPlusPlus0x && hasField) { 435 if (PT && (!getLangOptions().ObjC1 || 585 Corrected.getAsString(SemaRef.getLangOptions())); 587 Corrected.getQuoted(SemaRef.getLangOptions())); [all...] |
SemaInit.cpp | 98 if (S.getLangOptions().CPlusPlus) { 569 if (SemaRef.getLangOptions().CPlusPlus) { 588 if (SemaRef.getLangOptions().CPlusPlus) { 592 if (SemaRef.getLangOptions().OpenCL && initKind == 1) { 712 } else if (SemaRef.getLangOptions().CPlusPlus) { 772 if (!SemaRef.getLangOptions().OpenCL && [all...] |
JumpDiagnostics.cpp | 136 if (Context.getLangOptions().ObjCAutoRefCount && VD->hasLocalStorage()) { 150 if (Context.getLangOptions().CPlusPlus && VD->hasLocalStorage()) { 180 if (Context.getLangOptions().CPlusPlus0x) {
|
SemaCXXCast.cpp | 148 if (getLangOptions().CPlusPlus) { 397 !Self.Context.getLangOptions().ObjCAutoRefCount) 649 } else if (tcr == TC_Success && Self.getLangOptions().ObjCAutoRefCount) { 715 if (Self.getLangOptions().ObjCAutoRefCount) { [all...] |
SemaDeclObjC.cpp | 356 if (getLangOptions().ObjCAutoRefCount) { [all...] |
SemaTemplate.cpp | 131 assert(getLangOptions().CPlusPlus && "No template names in C!"); 307 std::string CorrectedStr(Corrected.getAsString(getLangOptions())); 308 std::string CorrectedQuotedStr(Corrected.getQuoted(getLangOptions())); 425 if (getLangOptions().Microsoft) [all...] |
/external/clang/lib/StaticAnalyzer/Checkers/ |
CheckObjCDealloc.cpp | 275 if (mgr.getLangOptions().getGCMode() == LangOptions::GCOnly) 277 checkObjCDealloc(cast<ObjCImplementationDecl>(D), mgr.getLangOptions(), BR);
|
/external/clang/lib/AST/ |
Decl.cpp | 230 if (Context.getLangOptions().CPlusPlus && 336 if (Context.getLangOptions().CPlusPlus && !Var->isExternC()) { 347 if (!Context.getLangOptions().CPlusPlus && 382 if (!Context.getLangOptions().CPlusPlus && 406 if (Context.getLangOptions().CPlusPlus && !Function->isExternC() && 451 (Context.getLangOptions().CPlusPlus && 490 LV.mergeVisibility(Context.getLangOptions().getVisibilityMode()); 569 MD->getASTContext().getLangOptions().InlineVisibilityHidden) { 609 LV.mergeVisibility(D->getASTContext().getLangOptions().getVisibilityMode()); 812 return getQualifiedNameAsString(getASTContext().getLangOptions()); [all...] |
/external/clang/tools/libclang/ |
CIndexCodeCompletion.cpp | 300 if (S.getLangOptions().CPlusPlus) { 313 if (S.getLangOptions().CPlusPlus) { 324 if (S.getLangOptions().CPlusPlus) { 339 if (S.getLangOptions().CPlusPlus) { 406 if (S.getLangOptions().CPlusPlus) {
|
/external/clang/lib/CodeGen/ |
CGException.cpp | 113 if (CGM.getLangOptions().SjLjExceptions) 123 if (CGM.getLangOptions().SjLjExceptions) 137 if (CGF.getLangOptions().CPlusPlus) 139 else if (CGF.getLangOptions().ObjC1 && 448 if (!CGM.getLangOptions().CXXExceptions) 479 if (!CGM.getLangOptions().CXXExceptions) 557 if (!CGM.getLangOptions().Exceptions) 653 const EHPersonality &Personality = EHPersonality::get(getLangOptions()); [all...] |
CodeGenModule.cpp | 62 : Context(C), Features(C.getLangOptions()), CodeGenOpts(CGO), TheModule(M), 80 TBAA = new CodeGenTBAA(Context, VMContext, getLangOptions(), 91 if (C.getLangOptions().ObjCAutoRefCount) 424 return !Context.getLangOptions().AppleKext 433 return !Context.getLangOptions().AppleKext 786 if (getLangOptions().CPlusPlus && isa<VarDecl>(Global) && [all...] |
CGExprAgg.cpp | 207 CGF.CGM.getLangOptions().CPlusPlus || 430 if (CGF.getContext().getLangOptions().getGCMode()) 455 if (CGF.getContext().getLangOptions().getGCMode()) [all...] |
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
AnalysisManager.h | 134 const LangOptions &getLangOptions() const {
|
/external/clang/lib/Lex/ |
PPExpressions.cpp | 208 if (!PP.getLangOptions().C99 && !PP.getLangOptions().CPlusPlus0x 266 Val.setIsUnsigned(!PP.getLangOptions().CharIsSigned); 630 if (!PP.getLangOptions().C99 || ValueLive)
|
TokenLexer.cpp | 546 PP.getLangOptions(), ScratchBufStart, 565 if (PP.getLangOptions().Microsoft && Tok.is(tok::slash) && 572 if (!PP.getLangOptions().AsmPreprocessor) { 583 PP.getLangOptions().Microsoft ? diag::err_pp_bad_paste_ms
|
/external/clang/lib/Frontend/ |
InitPreprocessor.cpp | 702 const LangOptions &LangOpts = PP.getLangOptions(); 714 if (!PP.getLangOptions().AsmPreprocessor) 742 InitializeStandardPredefinedMacros(PP.getTargetInfo(), PP.getLangOptions(), 747 if (!PP.getLangOptions().AsmPreprocessor) 775 if (!PP.getLangOptions().AsmPreprocessor) 787 PP.getLangOptions(),
|
/external/clang/lib/ARCMigrate/ |
TransProperties.cpp | 210 Pass.Ctx.getLangOptions(), 265 Pass.Ctx.getLangOptions(),
|
/external/clang/lib/Rewrite/ |
HTMLRewrite.cpp | 363 Lexer L(FID, FromFile, SM, PP.getLangOptions()); 457 Lexer L(FID, FromFile, SM, PP.getLangOptions());
|