Home
last modified time | relevance | path

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

/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h516 const FunctionProtoType *CalleeProtoTy; variable
521 explicit CGCalleeInfo() : CalleeProtoTy(nullptr), CalleeDecl(nullptr) {} in CGCalleeInfo()
523 : CalleeProtoTy(calleeProtoTy), CalleeDecl(calleeDecl) {} in CGCalleeInfo()
525 : CalleeProtoTy(calleeProtoTy), CalleeDecl(nullptr) {} in CGCalleeInfo()
527 : CalleeProtoTy(nullptr), CalleeDecl(calleeDecl) {} in CGCalleeInfo()
530 return CalleeProtoTy; in getCalleeFunctionProtoType()