Searched refs:calleeDecl (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) {}
56 CGCalleeInfo(GlobalDecl calleeDecl) argument
57 : CalleeProtoTy(nullptr), CalleeDecl(calleeDecl) {}

Completed in 154 milliseconds