Home
last modified time | relevance | path

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

/external/clang/include/clang/CodeGen/
DCGFunctionInfo.h677 CGCalleeInfo(const FunctionProtoType *calleeProtoTy, const Decl *calleeDecl) in CGCalleeInfo() argument
678 : CalleeProtoTy(calleeProtoTy), CalleeDecl(calleeDecl) {} in CGCalleeInfo()
679 CGCalleeInfo(const FunctionProtoType *calleeProtoTy) in CGCalleeInfo() argument
680 : CalleeProtoTy(calleeProtoTy), CalleeDecl(nullptr) {} in CGCalleeInfo()