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

/external/clang/include/clang/CodeGen/
H A DCGFunctionInfo.h522 CGCalleeInfo(const FunctionProtoType *calleeProtoTy, const Decl *calleeDecl) argument
523 : CalleeProtoTy(calleeProtoTy), CalleeDecl(calleeDecl) {}
524 CGCalleeInfo(const FunctionProtoType *calleeProtoTy) argument
525 : CalleeProtoTy(calleeProtoTy), CalleeDecl(nullptr) {}

Completed in 108 milliseconds