Searched refs:DeclFD (Results 1 – 1 of 1) sorted by relevance
771 const auto *DeclFD = cast<FunctionDecl>(D); in handleDiagnoseAsBuiltinAttr() local773 if (const auto *MethodDecl = dyn_cast<CXXMethodDecl>(DeclFD)) in handleDiagnoseAsBuiltinAttr()824 if (Index > DeclFD->getNumParams()) { in handleDiagnoseAsBuiltinAttr()826 << AL << Index << DeclFD << DeclFD->getNumParams(); in handleDiagnoseAsBuiltinAttr()831 QualType T2 = DeclFD->getParamDecl(Index - 1)->getType(); in handleDiagnoseAsBuiltinAttr()836 << AL << Index << DeclFD << T2 << I << AttrFD << T1; in handleDiagnoseAsBuiltinAttr()