Searched refs:calleeProtoTy (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h52 CGCalleeInfo(const FunctionProtoType *calleeProtoTy, GlobalDecl calleeDecl) argument
53 : CalleeProtoTy(calleeProtoTy), CalleeDecl(calleeDecl) {}
54 CGCalleeInfo(const FunctionProtoType *calleeProtoTy) argument
55 : CalleeProtoTy(calleeProtoTy), CalleeDecl() {}

Completed in 48 milliseconds