Searched defs:CallRef (Results 1 – 1 of 1) sorted by relevance
497 struct CallRef { struct498 CallRef() : OrigCallee(), CallIndex(0), Version() {} in CallRef() function499 CallRef(const FunctionDecl *Callee, unsigned CallIndex, unsigned Version) in CallRef() argument502 explicit operator bool() const { return OrigCallee; } in operator bool()506 const ParmVarDecl *getOrigParam(const ParmVarDecl *PVD) const { in getOrigParam()515 const FunctionDecl *OrigCallee;517 unsigned CallIndex;519 unsigned Version;