Searched defs:CallRef (Results 1 – 1 of 1) sorted by relevance
502 struct CallRef { struct503 CallRef() : OrigCallee(), CallIndex(0), Version() {} in CallRef() function504 CallRef(const FunctionDecl *Callee, unsigned CallIndex, unsigned Version) in CallRef() function507 explicit operator bool() const { return OrigCallee; } in operator bool()511 const ParmVarDecl *getOrigParam(const ParmVarDecl *PVD) const { in getOrigParam()520 const FunctionDecl *OrigCallee;522 unsigned CallIndex;524 unsigned Version;