| /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
| TransUnusedInitDelegate.cpp | 53 ME->getExprLoc())) { 56 ME->getExprLoc());
|
| TransARCAssign.cpp | 46 SourceLocation OrigLoc = E->getExprLoc();
|
| TransUnbridgedCasts.cpp | 108 SourceLocation loc = castExpr->getExprLoc(); 282 SourceLocation Loc = E->getExprLoc(); 336 SourceLocation CastLoc = E->getExprLoc();
|
| /src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| Source.cpp | 17 return E->getExprLoc();
|
| State.cpp | 28 return diag(E->getExprLoc(), DiagId, ExtraNotes, false); 54 return CCEDiag(E->getExprLoc(), DiagId, ExtraNotes);
|
| /src/external/apache2/llvm/dist/clang/lib/Sema/ |
| SemaPseudoObject.cpp | 669 S.Diag(RefExpr->getExprLoc(), diag::err_property_setter_ambiguous_use) 1064 Diag(FromE->getExprLoc(), diag::err_objc_subscript_pointer) 1065 << T << FixItHint::CreateInsertion(FromE->getExprLoc(), "@"); 1067 Diag(FromE->getExprLoc(), diag::err_objc_subscript_type_conversion) 1073 if (RequireCompleteType(FromE->getExprLoc(), T, 1103 Diag(FromE->getExprLoc(), diag::err_objc_subscript_type_conversion) 1107 Diag(FromE->getExprLoc(), diag::err_objc_multiple_subscript_type_conversion) 1160 S.Diag(BaseExpr->getExprLoc(), diag::err_objc_subscript_base_type) 1208 S.Diag(BaseExpr->getExprLoc(), diag::err_objc_subscript_method_not_found) 1222 S.Diag(RefExpr->getKeyExpr()->getExprLoc(), [all...] |
| SemaOpenMP.cpp | 2594 S.Diag(Ref->getExprLoc(), 2640 *this, DE->getExprLoc(), Type.getUnqualifiedType(), 2648 *this, VDPrivate, DE->getType(), DE->getExprLoc())); 2715 Diag(D.Allocator->getExprLoc(), 2721 Diag(MapExpr->getExprLoc(), diag::note_used_here) 2963 SourceLocation ILoc = DE->getExprLoc(); 3094 Allocator ? Allocator->getExprLoc() : RefExpr->getExprLoc(); 3098 PrevAllocator ? PrevAllocator->getExprLoc() : A->getLocation(); 3172 Diag(Allocator->getExprLoc(), [all...] |
| SemaStmt.cpp | 50 FE = ActOnFinishFullExpr(FE.get(), FE.get()->getExprLoc(), DiscardedValue); 232 SourceLocation ExprLoc = E->IgnoreParenImpCasts()->getExprLoc(); 451 return ActOnFinishFullExpr(Val.get(), Val.get()->getExprLoc(), false, 480 ER = ActOnFinishFullExpr(ER.get(), ER.get()->getExprLoc(), false); 855 SemaRef.DiagnoseCommaOperator(E->getLHS(), E->getExprLoc()); 877 !Diags.isIgnored(diag::warn_comma_operator, CondExpr->getExprLoc())) 1171 S.Diag(Case->getExprLoc(), diag::warn_comparison_of_mixed_enum_types_switch) 1450 Diag(CondExpr->getExprLoc(), diag::warn_missing_case_for_condition) 1485 Diag(CaseExpr->getExprLoc(), diag::warn_not_in_enum) 1496 Diag(CaseExpr->getExprLoc(), diag::warn_not_in_enum [all...] |
| SemaExprCXX.cpp | 607 Diag(E->getExprLoc(), WasEvaluated 988 MarkFunctionReferenced(E->getExprLoc(), Destructor); 989 CheckDestructorAccess(E->getExprLoc(), Destructor, 991 if (DiagnoseUseOfDecl(Destructor, E->getExprLoc())) 1016 MarkFunctionReferenced(E->getExprLoc(), CD); 1378 CheckCXXThisCapture(This->getExprLoc()); 1953 Diag(ArraySize ? (*ArraySize)->getExprLoc() : TypeRange.getBegin(), 3401 SemaRef.Diag(NE->getExprLoc(), diag::note_allocated_here) 3634 CheckDestructorAccess(Ex.get()->getExprLoc(), Dtor, 3762 Diag(TheCall->getExprLoc(), diag::err_builtin_requires_language [all...] |
| SemaExpr.cpp | 500 if (!checkAddressOfFunctionIsAvailable(FD, Diagnose, E->getExprLoc())) 578 S.Diag(OIRE->getExprLoc(), diag::warn_objc_isa_assign) 593 S.Diag(OIRE->getExprLoc(), diag::warn_objc_isa_use) 646 Diag(E->getExprLoc(), diag::err_opencl_half_load_store) 657 Diag(E->getExprLoc(), diag::warn_objc_isa_use) 662 Diag(E->getExprLoc(), diag::warn_objc_isa_use); 683 (void)isCompleteType(E->getExprLoc(), T); 852 E->getExprLoc(), E); 1017 RequireCompleteType(E->getExprLoc(), E->getType(), 1624 Diag(ControllingExpr->getExprLoc(), [all...] |
| SemaChecking.cpp | 230 S.Diag(Source->getExprLoc(), diag::err_typecheck_expect_scalar_operand) 237 S.Diag(AlignOp->getExprLoc(), diag::err_typecheck_expect_int) 251 S.Diag(AlignOp->getExprLoc(), diag::err_alignment_too_small) << 1; 255 S.Diag(AlignOp->getExprLoc(), diag::err_alignment_too_big) 260 S.Diag(AlignOp->getExprLoc(), diag::err_alignment_not_power_of_two); 264 S.Diag(AlignOp->getExprLoc(), diag::warn_alignment_builtin_useless) 793 SemaRef.Diag(TheCall->getExprLoc(), DiagID) 1715 CheckNonNullArgument(*this, TheCall->getArg(0), TheCall->getExprLoc()); 1716 CheckNonNullArgument(*this, TheCall->getArg(1), TheCall->getExprLoc()); 3384 return Diag(ArgExpr->getExprLoc(), diag::err_typecheck_expect_int [all...] |
| SemaExprObjC.cpp | 740 ConvertedValueExpr = PerformCopyInitialization(IE, ValueExpr->getExprLoc(), 930 SourceLocation Loc = StrLit->getExprLoc(); 936 SourceLocation Loc = BE->getExprLoc(); 2453 SourceLocation MsgLoc = Msg->getExprLoc(); 2569 S.Diag(FormatExpr->getExprLoc(), diag::warn_objc_cdirective_format_string) 3142 Diag(Receiver->getExprLoc(), 3154 auto Builder = Diag(Receiver->getExprLoc(), 3180 Diag(Receiver->getExprLoc(), diag::warn_messaging_unqualified_id); 3317 Diag(Args[0]->getExprLoc(), diag::note_used_here); 3880 (castRange.isValid() ? castRange.getBegin() : castExpr->getExprLoc()); [all...] |
| /src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| CGExprComplex.cpp | 75 return EmitLoadOfLValue(CGF.EmitLValue(E), E->getExprLoc()); 135 E->getExprLoc()); 166 E->getExprLoc()); 422 E->getExprLoc()); 474 return EmitLoadOfLValue(CGF.MakeAddrLValue(V, DestTy), Op->getExprLoc()); 483 return EmitLoadOfLValue(DestLV, Op->getExprLoc()); 543 DestTy, Op->getExprLoc()); 552 Op->getExprLoc()); 932 SourceLocation Loc = E->getExprLoc(); 983 return EmitLoadOfLValue(LV, E->getExprLoc()); [all...] |
| CGExprScalar.cpp | 295 E->getExprLoc()); 492 E->getExprLoc()); 523 Value *V = CGF.EmitLoadOfLValue(LV, E->getExprLoc()).getScalarVal(); 1537 StaticData.push_back(CGF.EmitCheckSourceLocation(Info.E->getExprLoc())); 1979 return EmitLoadOfLValue(LV, CE->getExprLoc()); 1988 return EmitLoadOfLValue(DestLV, CE->getExprLoc()); 2036 CE->getExprLoc()); 2090 return EmitLoadOfLValue(DestLV, CE->getExprLoc()); 2097 return EmitLoadOfLValue(DestLV, CE->getExprLoc()); 2139 CGF.EmitTypeCheck(CodeGenFunction::TCK_DowncastPointer, CE->getExprLoc(), [all...] |
| CGAtomic.cpp | 1090 MemTy, E->getExprLoc(), TInfo.Width); 1103 MemTy, E->getExprLoc(), TInfo.Width); 1115 MemTy, E->getExprLoc(), TInfo.Width); 1135 LoweredMemTy, E->getExprLoc(), TInfo.Width); 1147 MemTy, E->getExprLoc(), TInfo.Width); 1159 MemTy, E->getExprLoc(), TInfo.Width); 1171 LoweredMemTy, E->getExprLoc(), TInfo.Width); 1183 MemTy, E->getExprLoc(), TInfo.Width); 1195 LoweredMemTy, E->getExprLoc(), TInfo.Width); 1207 LoweredMemTy, E->getExprLoc(), TInfo.Width) [all...] |
| CGExprCXX.cpp | 91 CE ? CE->getExprLoc() : SourceLocation()); 117 CE ? CE->getExprLoc() : SourceLocation{}); 293 AggValueSlot::DoesNotOverlap, CE->getExprLoc(), 337 CallLoc = CE->getExprLoc(); 450 EmitTypeCheck(TCK_MemberCall, E->getExprLoc(), This.getPointer(), 477 E->getExprLoc()); 1650 E->getExprLoc()); 1903 DE->getExprLoc(), Ptr.getPointer(), 2165 CGF.EmitTypeCheck(CodeGenFunction::TCK_DynamicOperation, E->getExprLoc(), 2264 EmitTypeCheck(TCK_DynamicOperation, DCE->getExprLoc(), ThisAddr.getPointer() [all...] |
| CGExpr.cpp | 191 SourceLocation Loc = E->getExprLoc(); 591 /*NullCheckValue=*/ false, E->getExprLoc()); 629 EmitTypeCheck(TCK_ReferenceBinding, E->getExprLoc(), Value, Ty); 952 C.getSizeType(), E->getExprLoc()); 1009 EmitCheckSourceLocation(E->getExprLoc()), 1023 ComplexPairTy InVal = EmitLoadOfComplex(LV, E->getExprLoc()); 1151 CE->getExprLoc()); 1264 EmitTypeCheck(TCK, E->getExprLoc(), LV.getPointer(*this), E->getType(), 1575 /*RefersToEnclosingVariableOrCapture=*/false, ME->getExprLoc(), 1593 E->getExprLoc()) [all...] |
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
| ConversionChecker.cpp | 64 if (Cast->getExprLoc().isMacroID())
|
| IdenticalExprChecker.cpp | 328 if ((Expr1->getExprLoc().isMacroID()) || (Expr2->getExprLoc().isMacroID()))
|
| /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| UncountedCallArgsChecker.cpp | 179 isa<CXXDefaultArgExpr>(CallArg) ? Param->getDefaultArg()->getExprLoc()
|
| /src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| ExprOpenMP.h | 127 SourceLocation getExprLoc() const LLVM_READONLY { 128 return getBase()->getExprLoc();
|
| Expr.h | 242 /// getExprLoc - Return the preferred location for the arrow when diagnosing 244 SourceLocation getExprLoc() const LLVM_READONLY; 1155 SourceLocation getExprLoc() const LLVM_READONLY { 1156 return SourceExpr ? SourceExpr->getExprLoc() : getLocation(); 2225 SourceLocation getExprLoc() const { return getOperatorLoc(); } 2631 SourceLocation getExprLoc() const LLVM_READONLY { 2632 return getBase()->getExprLoc(); 2702 SourceLocation getExprLoc() const LLVM_READONLY { 2703 return getBase()->getExprLoc(); 3283 SourceLocation getExprLoc() const LLVM_READONLY { return MemberLoc; [all...] |
| ExprObjC.h | 1530 SourceLocation getExprLoc() const LLVM_READONLY { return IsaMemberLoc; } 1610 SourceLocation getExprLoc() const LLVM_READONLY { 1611 return getSubExpr()->getExprLoc();
|
| /src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| ThreadSafety.cpp | 74 Loc = DeclExp->getExprLoc(); 1567 SourceLocation Loc = Exp->getExprLoc(); 1703 DiagKind, D->getNameAsString(), Cp.toString(), Exp->getExprLoc()); 1716 SourceLocation Loc = Exp->getExprLoc(); 1798 Exp->getExprLoc()); 1802 ClassifyDiagnostic(I), Exp->getExprLoc()); 1817 SourceLocation Loc = Exp->getExprLoc(); 1911 Exp->getExprLoc());
|
| /src/external/apache2/llvm/dist/clang/lib/AST/ |
| ExprConstant.cpp | 694 Loc = E->getExprLoc(); 2091 Info.Note(E->getExprLoc(), diag::note_constexpr_temporary_here); 2095 Info.Note((*Alloc)->AllocExpr->getExprLoc(), 2242 Info.FFDiag(MTE->getExprLoc(), 2251 Info, MTE->getExprLoc(), TempType, *V, 2721 Info.Ctx.getDiagnostics().Report(E->getExprLoc(), 3181 if (!HandleSizeof(Info, E->getExprLoc(), EltTy, SizeOfPointee)) 3205 if (!HandleSizeof(Info, E->getExprLoc(), EltTy, SizeOfComponent)) 3660 Loc = E->getExprLoc(); 3804 return CheckFullyInitialized(Info, E->getExprLoc(), SubobjType, Result) [all...] |