Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCall.h49 CGCalleeInfo(const FunctionProtoType *calleeProtoTy, GlobalDecl calleeDecl) in CGCalleeInfo() argument
50 : CalleeProtoTy(calleeProtoTy), CalleeDecl(calleeDecl) {} in CGCalleeInfo()
51 CGCalleeInfo(const FunctionProtoType *calleeProtoTy) in CGCalleeInfo() argument
52 : CalleeProtoTy(calleeProtoTy) {} in CGCalleeInfo()