Searched refs:getExprLoc (Results 1 - 25 of 53) sorted by relevance

123

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransUnusedInitDelegate.cpp54 ME->getExprLoc())) {
57 ME->getExprLoc());
H A DTransARCAssign.cpp47 SourceLocation OrigLoc = E->getExprLoc();
H A DTransUnbridgedCasts.cpp108 SourceLocation loc = castExpr->getExprLoc();
283 SourceLocation Loc = E->getExprLoc();
338 SourceLocation CastLoc = E->getExprLoc();
H A DTransRetainReleaseDealloc.cpp333 SourceLocation Loc = Msg->getExprLoc();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaPseudoObject.cpp623 S.Diag(RefExpr->getExprLoc(), diag::error_property_setter_ambiguous_use)
999 Diag(FromE->getExprLoc(), diag::err_objc_subscript_pointer)
1000 << T << FixItHint::CreateInsertion(FromE->getExprLoc(), "@");
1002 Diag(FromE->getExprLoc(), diag::err_objc_subscript_type_conversion)
1008 if (RequireCompleteType(FromE->getExprLoc(), T,
1044 Diag(FromE->getExprLoc(), diag::err_objc_subscript_type_conversion)
1048 Diag(FromE->getExprLoc(), diag::err_objc_multiple_subscript_type_conversion)
1103 S.Diag(BaseExpr->getExprLoc(), diag::err_objc_subscript_base_type)
1154 S.Diag(BaseExpr->getExprLoc(), diag::err_objc_subscript_method_not_found)
1168 S.Diag(RefExpr->getKeyExpr()->getExprLoc(),
[all...]
H A DSemaOpenMP.cpp536 SourceLocation ILoc = DE->getExprLoc();
589 SourceLocation ELoc = E->getExprLoc();
810 SourceLocation ELoc = (*I)->getExprLoc();
911 Diag(DVar.RefExpr->getExprLoc(), diag::note_omp_explicit_dsa)
943 SourceLocation ELoc = (*I)->getExprLoc();
1045 Diag(DVar.RefExpr->getExprLoc(), diag::note_omp_explicit_dsa)
1114 SourceLocation ELoc = (*I)->getExprLoc();
1148 Diag(DVar.RefExpr->getExprLoc(), diag::note_omp_explicit_dsa)
H A DSemaStmt.cpp42 FE = ActOnFinishFullExpr(FE.get(), FE.get()->getExprLoc(),
174 SourceLocation ExprLoc = E->IgnoreParens()->getExprLoc();
365 LHSVal = ActOnFinishFullExpr(LHSVal, LHSVal->getExprLoc(), false,
368 RHSVal = ActOnFinishFullExpr(RHSVal, RHSVal->getExprLoc(), false,
975 Diag(CondExpr->getExprLoc(), diag::warn_missing_case_for_condition)
1013 Diag(CI->second->getLHS()->getExprLoc(), diag::warn_not_in_enum)
1024 Diag(RI->second->getLHS()->getExprLoc(), diag::warn_not_in_enum)
1034 Diag(RI->second->getRHS()->getExprLoc(), diag::warn_not_in_enum)
1076 Diag(CondExpr->getExprLoc(), TheDefaultStmt
1081 Diag(CondExpr->getExprLoc(), TheDefaultStm
[all...]
H A DSemaExprCXX.cpp696 MarkFunctionReferenced(E->getExprLoc(), Destructor);
697 CheckDestructorAccess(E->getExprLoc(), Destructor,
699 if (DiagnoseUseOfDecl(Destructor, E->getExprLoc()))
2410 CheckDestructorAccess(Ex.get()->getExprLoc(), Dtor,
2648 ICS.DiagnoseAmbiguousConversion(*this, From->getExprLoc(),
4993 MarkFunctionReferenced(E->getExprLoc(), Destructor);
4994 CheckDestructorAccess(E->getExprLoc(), Destructor,
4997 if (DiagnoseUseOfDecl(Destructor, E->getExprLoc()))
5149 MarkFunctionReferenced(Bind->getExprLoc(), Destructor);
5150 CheckDestructorAccess(Bind->getExprLoc(), Destructo
[all...]
H A DSemaCast.cpp1655 Self.Diag(SrcExpr.get()->getExprLoc(),
2108 SrcExpr.get()->getExprLoc())
2134 Self.Diag(SrcExpr.get()->getExprLoc(),
2222 Self.Diag(SrcExpr.get()->getExprLoc(),
2256 Self.Diag(SrcExpr.get()->getExprLoc(), diag::err_cast_selector_expr);
2265 Self.Diag(SrcExpr.get()->getExprLoc(),
H A DSemaTemplateInstantiate.cpp1316 ValueDecl *VD = cast_or_null<ValueDecl>(TransformDecl(E->getExprLoc(), D));
1319 return RebuildParmVarDeclRefExpr(cast<ParmVarDecl>(VD), E->getExprLoc());
1333 cast_or_null<ParmVarDecl>(TransformDecl(E->getExprLoc(), *I));
1361 E->getExprLoc(), *Pack);
1371 E->getExprLoc());
H A DSemaExpr.cpp517 S.Diag(OIRE->getExprLoc(), diag::warn_objc_isa_assign) <<
531 S.Diag(OIRE->getExprLoc(), diag::warn_objc_isa_use) <<
579 Diag(E->getExprLoc(), diag::err_opencl_half_load_store)
590 Diag(E->getExprLoc(), diag::warn_objc_isa_use) <<
595 Diag(E->getExprLoc(), diag::warn_objc_isa_use);
731 E->getExprLoc(),
878 RequireCompleteType(E->getExprLoc(), E->getType(),
3318 return CheckVecStepTraitOperandType(*this, ExprTy, E->getExprLoc(),
3322 if (!CheckExtensionTraitOperandType(*this, ExprTy, E->getExprLoc(),
3336 Diag(E->getExprLoc(), dia
[all...]
H A DSemaOverload.cpp1123 OverloadCandidateSet Conversions(From->getExprLoc());
2633 DiagRuntimeBehavior(From->getExprLoc(), From,
2637 Diag(From->getExprLoc(), diag::warn_non_literal_null_pointer)
2650 From->getExprLoc(),
2770 Diag(From->getExprLoc(), diag::err_ambiguous_memptr_conv)
2776 Diag(From->getExprLoc(), diag::err_memptr_conv_via_virtual)
2783 CheckBaseClassAccess(From->getExprLoc(), FromClass, ToClass,
3043 S.RequireCompleteType(From->getExprLoc(), ToType, 0);
3239 OverloadCandidateSet CandidateSet(From->getExprLoc());
5158 SemaRef.CheckMemberOperatorAccess(From->getExprLoc(), Fro
[all...]
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGAtomic.cpp498 E->getExprLoc());
510 E->getExprLoc());
521 E->getExprLoc());
535 E->getExprLoc());
542 E->getExprLoc());
549 E->getExprLoc());
556 E->getExprLoc());
563 E->getExprLoc());
597 return convertTempToRValue(Dest, E->getType(), E->getExprLoc());
652 return convertTempToRValue(OrigDest, E->getType(), E->getExprLoc());
[all...]
H A DCGExprComplex.cpp73 return EmitLoadOfLValue(CGF.EmitLValue(E), E->getExprLoc());
117 E->getExprLoc());
135 return EmitLoadOfLValue(CGF.getOpaqueLValueMapping(E), E->getExprLoc());
383 E->getExprLoc());
434 Op->getExprLoc());
660 ComplexPairTy LHSVal = EmitLoadOfLValue(LHS, E->getExprLoc());
663 llvm::Value *LHSVal = CGF.EmitLoadOfScalar(LHS, E->getExprLoc());
700 return EmitLoadOfLValue(LV, E->getExprLoc());
735 return EmitLoadOfLValue(LV, E->getExprLoc());
825 E->getExprLoc());
[all...]
H A DCGExprScalar.cpp99 E->getExprLoc());
221 return EmitLoadOfLValue(CGF.getOpaqueLValueMapping(E), E->getExprLoc());
232 E->getExprLoc());
256 Value *V = CGF.EmitLoadOfLValue(LV, E->getExprLoc()).getScalarVal();
849 StaticData.push_back(CGF.EmitCheckSourceLocation(Info.E->getExprLoc()));
1294 CE->getExprLoc());
1324 CGF.EmitTypeCheck(CodeGenFunction::TCK_DowncastPointer, CE->getExprLoc(),
1504 E->getExprLoc());
1580 value = EmitLoadOfLValue(LV, E->getExprLoc());
1592 value = EmitLoadOfLValue(LV, E->getExprLoc());
[all...]
H A DCGExprCXX.cpp188 CE->getExprLoc(), This);
201 EmitCXXMemberCall(MD, CE->getExprLoc(), Callee, ReturnValue, This,
226 return EmitCXXMemberCall(MD, CE->getExprLoc(), Callee, ReturnValue, This,
258 EmitTypeCheck(TCK_MemberCall, E->getExprLoc(), This,
299 return EmitCXXMemberCall(MD, E->getExprLoc(), Callee, ReturnValue, This,
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIdenticalExprChecker.cpp141 if ((Expr1->getExprLoc().isMacroID()) || (Expr2->getExprLoc().isMacroID()))
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/Analysis/
H A DThreadSafety.cpp582 Loc = DeclExp->getExprLoc();
1738 SourceLocation Loc = Exp->getExprLoc();
1833 Exp->getExprLoc(), &PartMatchName);
1837 Exp->getExprLoc());
1844 Exp->getExprLoc());
1861 Exp->getExprLoc());
1901 Exp->getExprLoc());
1939 Exp->getExprLoc());
1959 SourceLocation Loc = Exp->getExprLoc();
H A DConsumed.cpp654 Call->getArg(Index - Offset)->getExprLoc(),
771 checkCallability(PInfo, MethodDecl, Call->getExprLoc());
856 checkCallability(PInfo, FunDecl, Call->getExprLoc());
1465 BTE->getExprLoc());
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h225 /// getExprLoc - Return the preferred location for the arrow when diagnosing
227 SourceLocation getExprLoc() const LLVM_READONLY;
823 SourceLocation getExprLoc() const LLVM_READONLY {
824 if (SourceExpr) return SourceExpr->getExprLoc();
1728 SourceLocation getExprLoc() const LLVM_READONLY { return Loc; }
2109 SourceLocation getExprLoc() const LLVM_READONLY {
2110 return getBase()->getExprLoc();
2527 SourceLocation getExprLoc() const LLVM_READONLY { return MemberLoc; }
2927 SourceLocation getExprLoc() const LLVM_READONLY { return OpLoc; }
4680 SourceLocation getExprLoc() cons
[all...]
H A DExprObjC.h1439 SourceLocation getExprLoc() const LLVM_READONLY { return IsaMemberLoc; }
1512 SourceLocation getExprLoc() const LLVM_READONLY {
1513 return getSubExpr()->getExprLoc();
/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DExprConstant.cpp604 return Diag(E->getExprLoc(), DiagId, ExtraNotes);
1211 Info.Note(Base.get<const Expr*>()->getExprLoc(),
1572 Info.Ctx.getDiagnostics().Report(E->getExprLoc(),
1848 if (!HandleSizeof(Info, E->getExprLoc(), EltTy, SizeOfPointee))
1867 if (!HandleSizeof(Info, E->getExprLoc(), EltTy, SizeOfComponent))
2519 Info.Note(MTE->getExprLoc(), diag::note_constexpr_temporary_here);
2539 Info.Note(Base->getExprLoc(), diag::note_constexpr_temporary_here);
4011 if (!CheckConstexprFunction(Info, E->getExprLoc(), FD, Definition) ||
4012 !HandleFunctionCall(E->getExprLoc(), Definition, This, Args, Body,
4414 !CheckConstantExpression(Info, E->getExprLoc(), Typ
[all...]
H A DExpr.cpp199 // a more specific implementation of getExprLoc().
204 /// implementation of getExprLoc.
208 return static_cast<const E*>(expr)->getExprLoc();
212 /// a custom implementation of getExprLoc. Overload resolution
222 SourceLocation Expr::getExprLoc() const { function in class:Expr
229 case Stmt::type##Class: return getExprLocImpl<type>(this, &type::getExprLoc);
1975 Loc = getExprLoc();
2149 Loc = getExprLoc();
2157 Loc = getExprLoc();
2165 Loc = getExprLoc();
[all...]
H A DMicrosoftMangle.cpp924 Diags.Report(E->getExprLoc(), DiagID)
1539 Diags.Report(VAT->getSizeExpr()->getExprLoc(), DiagID)
1549 Diags.Report(DSAT->getSizeExpr()->getExprLoc(), DiagID)
H A DExprClassification.cpp571 Loc = CE->getExprLoc();

Completed in 549 milliseconds

123