Lines Matching defs:CalleeDecl
329 const CXXMethodDecl *CalleeDecl =
332 if (const auto *Dtor = dyn_cast<CXXDestructorDecl>(CalleeDecl))
336 FInfo = &CGM.getTypes().arrangeCXXMethodDeclaration(CalleeDecl);
361 C.getRecordType(CalleeDecl->getParent()),
372 if (const CXXDestructorDecl *Dtor = dyn_cast<CXXDestructorDecl>(CalleeDecl)) {
402 // 'CalleeDecl' instead.
413 *this, This.getAddress(), CalleeDecl->getParent());
432 *this, CalleeDecl, This.getAddress(), UseVirtualCall);
437 CalleeDecl, Callee, ReturnValue, This.getPointer(*this),
1332 const FunctionDecl *CalleeDecl,
1336 llvm::Constant *CalleePtr = CGF.CGM.GetAddrOfFunction(CalleeDecl);
1337 CGCallee Callee = CGCallee::forDirect(CalleePtr, GlobalDecl(CalleeDecl));
1349 if (CalleeDecl->isReplaceableGlobalAllocationFunction() &&
1665 // FIXME: Why do we not pass a CalleeDecl here?