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

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.h46 CGCalleeInfo(const FunctionProtoType *calleeProtoTy, GlobalDecl calleeDecl) argument
47 : CalleeProtoTy(calleeProtoTy), CalleeDecl(calleeDecl) {}
50 CGCalleeInfo(GlobalDecl calleeDecl) argument
51 : CalleeProtoTy(nullptr), CalleeDecl(calleeDecl) {}

Completed in 101 milliseconds