Searched refs:DeclFD (Results 1 – 1 of 1) sorted by relevance
758 const auto *DeclFD = cast<FunctionDecl>(D); in handleDiagnoseAsBuiltinAttr() local760 if (const auto *MethodDecl = dyn_cast<CXXMethodDecl>(DeclFD)) in handleDiagnoseAsBuiltinAttr()811 if (Index > DeclFD->getNumParams()) { in handleDiagnoseAsBuiltinAttr()813 << AL << Index << DeclFD << DeclFD->getNumParams(); in handleDiagnoseAsBuiltinAttr()818 QualType T2 = DeclFD->getParamDecl(Index - 1)->getType(); in handleDiagnoseAsBuiltinAttr()823 << AL << Index << DeclFD << T2 << I << AttrFD << T1; in handleDiagnoseAsBuiltinAttr()