Searched refs:calleeDecl (Results 1 – 1 of 1) sorted by relevance
52 CGCalleeInfo(const FunctionProtoType *calleeProtoTy, GlobalDecl calleeDecl) in CGCalleeInfo() argument53 : CalleeProtoTy(calleeProtoTy), CalleeDecl(calleeDecl) {} in CGCalleeInfo()56 CGCalleeInfo(GlobalDecl calleeDecl) in CGCalleeInfo() argument57 : CalleeProtoTy(nullptr), CalleeDecl(calleeDecl) {} in CGCalleeInfo()