Searched refs:calleeProtoTy (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) {}
48 CGCalleeInfo(const FunctionProtoType *calleeProtoTy) argument
49 : CalleeProtoTy(calleeProtoTy) {}

Completed in 128 milliseconds