Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaDeclAttr.cpp1016 const auto *DeclFD = cast<FunctionDecl>(D); in handleDiagnoseAsBuiltinAttr() local
1018 if (const auto *MethodDecl = dyn_cast<CXXMethodDecl>(DeclFD)) in handleDiagnoseAsBuiltinAttr()
1069 if (Index > DeclFD->getNumParams()) { in handleDiagnoseAsBuiltinAttr()
1071 << AL << Index << DeclFD << DeclFD->getNumParams(); in handleDiagnoseAsBuiltinAttr()
1076 QualType T2 = DeclFD->getParamDecl(Index - 1)->getType(); in handleDiagnoseAsBuiltinAttr()
1081 << AL << Index << DeclFD << T2 << I << AttrFD << T1; in handleDiagnoseAsBuiltinAttr()