Lines Matching refs:CallLoc
338 SourceLocation CallLoc; member
344 DirectCall(const Decl *D, SourceLocation CallLoc, ViolationSite VSite) in DirectCall()
345 : Callee(D), CallLoc(CallLoc), VSite(VSite) {} in DirectCall()
400 void addUnverifiedDirectCall(const Decl *D, SourceLocation CallLoc, in addUnverifiedDirectCall() argument
402 UnverifiedDirectCalls.emplace_back(D, CallLoc, VSite); in addUnverifiedDirectCall()
695 followCall(Caller, *Pending, Callee, Call.CallLoc, in finishPendingAnalysis()
705 const CallableInfo &Callee, SourceLocation CallLoc, in followCall() argument
748 VSite, CallLoc, Callee.CDecl}); in followCall()
752 {Effect, ViolationID::AllocatesMemory, VSite, CallLoc}); in followCall()
755 PFA.addUnverifiedDirectCall(Callee.CDecl, CallLoc, VSite); in followCall()
1043 void followCall(CallableInfo &CI, SourceLocation CallLoc) { in followCall()
1066 Outer.followCall(CurrentCaller, CurrentFunction, CI, CallLoc, in followCall()