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

/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGCall.h40 const FunctionProtoType *CalleeProtoTy; member in class:clang::CodeGen::CGCalleeInfo
45 explicit CGCalleeInfo() : CalleeProtoTy(nullptr) {}
47 : CalleeProtoTy(calleeProtoTy), CalleeDecl(calleeDecl) {}
49 : CalleeProtoTy(calleeProtoTy) {}
51 : CalleeProtoTy(nullptr), CalleeDecl(calleeDecl) {}
54 return CalleeProtoTy;

Completed in 73 milliseconds