Searched refs:calleeProtoTy (Results 1 – 1 of 1) sorted by relevance
49 CGCalleeInfo(const FunctionProtoType *calleeProtoTy, GlobalDecl calleeDecl) in CGCalleeInfo() argument50 : CalleeProtoTy(calleeProtoTy), CalleeDecl(calleeDecl) {} in CGCalleeInfo()51 CGCalleeInfo(const FunctionProtoType *calleeProtoTy) in CGCalleeInfo() argument52 : CalleeProtoTy(calleeProtoTy) {} in CGCalleeInfo()