Lines Matching defs:CalleeDecl
333 const CXXMethodDecl *CalleeDecl =
336 if (const auto *Dtor = dyn_cast<CXXDestructorDecl>(CalleeDecl))
340 FInfo = &CGM.getTypes().arrangeCXXMethodDeclaration(CalleeDecl);
365 C.getRecordType(CalleeDecl->getParent()),
376 if (const CXXDestructorDecl *Dtor = dyn_cast<CXXDestructorDecl>(CalleeDecl)) {
406 // 'CalleeDecl' instead.
417 *this, This.getAddress(), CalleeDecl->getParent());
436 *this, CalleeDecl, This.getAddress(), UseVirtualCall);
441 CalleeDecl, Callee, ReturnValue, This.getPointer(*this),
1338 const FunctionDecl *CalleeDecl,
1342 llvm::Constant *CalleePtr = CGF.CGM.GetAddrOfFunction(CalleeDecl);
1343 CGCallee Callee = CGCallee::forDirect(CalleePtr, GlobalDecl(CalleeDecl));
1355 if (CalleeDecl->isReplaceableGlobalAllocationFunction() &&
1671 // FIXME: Why do we not pass a CalleeDecl here?