Searched refs:calleeProtoTy (Results 1 – 1 of 1) sorted by relevance
522 CGCalleeInfo(const FunctionProtoType *calleeProtoTy, const Decl *calleeDecl) in CGCalleeInfo() argument523 : CalleeProtoTy(calleeProtoTy), CalleeDecl(calleeDecl) {} in CGCalleeInfo()524 CGCalleeInfo(const FunctionProtoType *calleeProtoTy) in CGCalleeInfo() argument525 : CalleeProtoTy(calleeProtoTy), CalleeDecl(nullptr) {} in CGCalleeInfo()