Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclAttr.cpp771 const auto *DeclFD = cast<FunctionDecl>(D); in handleDiagnoseAsBuiltinAttr() local
773 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()