Searched defs:calleeDecl (Results 1 – 2 of 2) sorted by relevance
49 CGCalleeInfo(const FunctionProtoType *calleeProtoTy, GlobalDecl calleeDecl) in CGCalleeInfo()53 CGCalleeInfo(GlobalDecl calleeDecl) in CGCalleeInfo()
167 if (auto *calleeDecl = dyn_cast<CXXMethodDecl>(callee)) { in shouldSkipCall() local