Searched refs:AttrFD (Results 1 – 1 of 1) sorted by relevance
777 FunctionDecl *AttrFD = [&]() -> FunctionDecl * { in handleDiagnoseAsBuiltinAttr() local786 if (!AttrFD || !AttrFD->getBuiltinID(true)) { in handleDiagnoseAsBuiltinAttr()791 if (AttrFD->getNumParams() != AL.getNumArgs() - 1) { in handleDiagnoseAsBuiltinAttr()793 << AL << AttrFD << AttrFD->getNumParams(); in handleDiagnoseAsBuiltinAttr()817 QualType T1 = AttrFD->getParamDecl(I - 1)->getType(); in handleDiagnoseAsBuiltinAttr()823 << AL << Index << DeclFD << T2 << I << AttrFD << T1; in handleDiagnoseAsBuiltinAttr()831 S.Context, AL, AttrFD, Indices.data(), Indices.size())); in handleDiagnoseAsBuiltinAttr()