Home
last modified time | relevance | path

Searched refs:AttrFD (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp790 FunctionDecl *AttrFD = [&]() -> FunctionDecl * { in handleDiagnoseAsBuiltinAttr() local
799 if (!AttrFD || !AttrFD->getBuiltinID(true)) { in handleDiagnoseAsBuiltinAttr()
804 if (AttrFD->getNumParams() != AL.getNumArgs() - 1) { in handleDiagnoseAsBuiltinAttr()
806 << AL << AttrFD << AttrFD->getNumParams(); in handleDiagnoseAsBuiltinAttr()
830 QualType T1 = AttrFD->getParamDecl(I - 1)->getType(); in handleDiagnoseAsBuiltinAttr()
836 << AL << Index << DeclFD << T2 << I << AttrFD << T1; in handleDiagnoseAsBuiltinAttr()
844 S.Context, AL, AttrFD, Indices.data(), Indices.size())); in handleDiagnoseAsBuiltinAttr()