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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.h46 const FunctionProtoType *CalleeProtoTy; member in class:clang::CodeGen::CGCalleeInfo
51 explicit CGCalleeInfo() : CalleeProtoTy(nullptr), CalleeDecl() {}
53 : CalleeProtoTy(calleeProtoTy), CalleeDecl(calleeDecl) {}
55 : CalleeProtoTy(calleeProtoTy), CalleeDecl() {}
57 : CalleeProtoTy(nullptr), CalleeDecl(calleeDecl) {}
60 return CalleeProtoTy;

Completed in 120 milliseconds