Searched defs:CallSiteLocationStorage (Results 1 – 1 of 1) sorted by relevance
25 struct CallSiteLocationStorage : public AttributeStorage { struct26 CallSiteLocationStorage(Location callee, Location caller) in CallSiteLocationStorage() function36 static CallSiteLocationStorage * argument38 return new (allocator.allocate<CallSiteLocationStorage>()) in construct() argument42 Location callee, caller;