Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGCall.h47 const FunctionProtoType *CalleeProtoTy; variable
52 explicit CGCalleeInfo() : CalleeProtoTy(nullptr), CalleeDecl() {} in CGCalleeInfo()
54 : CalleeProtoTy(calleeProtoTy), CalleeDecl(calleeDecl) {} in CGCalleeInfo()
56 : CalleeProtoTy(calleeProtoTy), CalleeDecl() {} in CGCalleeInfo()
58 : CalleeProtoTy(nullptr), CalleeDecl(calleeDecl) {} in CGCalleeInfo()
61 return CalleeProtoTy; in getCalleeFunctionProtoType()
/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h671 const FunctionProtoType *CalleeProtoTy; variable
676 explicit CGCalleeInfo() : CalleeProtoTy(nullptr), CalleeDecl(nullptr) {} in CGCalleeInfo()
678 : CalleeProtoTy(calleeProtoTy), CalleeDecl(calleeDecl) {} in CGCalleeInfo()
680 : CalleeProtoTy(calleeProtoTy), CalleeDecl(nullptr) {} in CGCalleeInfo()
682 : CalleeProtoTy(nullptr), CalleeDecl(calleeDecl) {} in CGCalleeInfo()
685 return CalleeProtoTy; in getCalleeFunctionProtoType()