Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/CodeGen/
DCGCall.h53 CGCalleeInfo(const FunctionProtoType *calleeProtoTy, GlobalDecl calleeDecl) in CGCalleeInfo() argument
54 : CalleeProtoTy(calleeProtoTy), CalleeDecl(calleeDecl) {} in CGCalleeInfo()
55 CGCalleeInfo(const FunctionProtoType *calleeProtoTy) in CGCalleeInfo() argument
56 : CalleeProtoTy(calleeProtoTy), CalleeDecl() {} in CGCalleeInfo()
/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()