Lines Matching defs:CalleeDecl
320 const CXXMethodDecl *CalleeDecl =
323 if (const auto *Dtor = dyn_cast<CXXDestructorDecl>(CalleeDecl))
327 FInfo = &CGM.getTypes().arrangeCXXMethodDeclaration(CalleeDecl);
350 C.getRecordType(CalleeDecl->getParent()),
361 if (const CXXDestructorDecl *Dtor = dyn_cast<CXXDestructorDecl>(CalleeDecl)) {
391 // 'CalleeDecl' instead.
402 CalleeDecl->getParent());
421 *this, CalleeDecl, This.getAddress(*this), UseVirtualCall);
426 CalleeDecl, Callee, ReturnValue, This.getPointer(*this),
1307 const FunctionDecl *CalleeDecl,
1311 llvm::Constant *CalleePtr = CGF.CGM.GetAddrOfFunction(CalleeDecl);
1312 CGCallee Callee = CGCallee::forDirect(CalleePtr, GlobalDecl(CalleeDecl));
1324 if (CalleeDecl->isReplaceableGlobalAllocationFunction() &&
1639 // FIXME: Why do we not pass a CalleeDecl here?