reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1491 if (!FD) 1494 if (FD->isDestroyingOperatorDelete()) { 1499 if (NumBaseParams < FD->getNumParams() && 1501 FD->getParamDecl(NumBaseParams)->getType(), 1507 if (NumBaseParams < FD->getNumParams() && 1508 FD->getParamDecl(NumBaseParams)->getType()->isAlignValT()) { 1516 CUDAPref = S.IdentifyCUDAPreference(Caller, FD); 1519 explicit operator bool() const { return FD; } 1569 if (!Info || !isNonPlacementDeallocationFunction(S, Info.FD) || 2572 Matches.push_back(std::make_pair(Selected.Found, Selected.FD)); 2577 Matches.push_back(std::make_pair(Fn.Found, Fn.FD)); 2867 assert(Result.FD && "operator delete missing from global scope?"); 2868 return Result.FD; 2911 Operator = cast<CXXMethodDecl>(Matches[0].FD); 2937 Diag(Match.FD->getLocation(), diag::note_member_declared_here) << Name;