Searched refs:calleeProtoTy (Results 1 – 2 of 2) sorted by relevance
53 CGCalleeInfo(const FunctionProtoType *calleeProtoTy, GlobalDecl calleeDecl) in CGCalleeInfo() argument54 : CalleeProtoTy(calleeProtoTy), CalleeDecl(calleeDecl) {} in CGCalleeInfo()55 CGCalleeInfo(const FunctionProtoType *calleeProtoTy) in CGCalleeInfo() argument56 : CalleeProtoTy(calleeProtoTy), CalleeDecl() {} in CGCalleeInfo()
677 CGCalleeInfo(const FunctionProtoType *calleeProtoTy, const Decl *calleeDecl) in CGCalleeInfo() argument678 : CalleeProtoTy(calleeProtoTy), CalleeDecl(calleeDecl) {} in CGCalleeInfo()679 CGCalleeInfo(const FunctionProtoType *calleeProtoTy) in CGCalleeInfo() argument680 : CalleeProtoTy(calleeProtoTy), CalleeDecl(nullptr) {} in CGCalleeInfo()