Home | History | Annotate | Download | only in Sema

Lines Matching refs:DiagnoseUseOfDecl

47   if (S.DiagnoseUseOfDecl(FoundDecl, Loc))
50 // and the other a specialization), make sure DiagnoseUseOfDecl is
53 // DiagnoseUseOfDecl to accept both the FoundDecl and the decl
55 if (FoundDecl != Fn && S.DiagnoseUseOfDecl(Fn, Loc))
10127 if (DiagnoseUseOfDecl(fn, SrcExpr.get()->getLocStart())) {
10581 if (SemaRef.DiagnoseUseOfDecl(FDecl, ULE->getNameLoc()))
11448 if (DiagnoseUseOfDecl(Best->FoundDecl, UnresExpr->getNameLoc()))
11451 // and the other a specialization), make sure DiagnoseUseOfDecl is
11454 // DiagnoseUseOfDecl to accept both the FoundDecl and the decl
11457 DiagnoseUseOfDecl(Method, UnresExpr->getNameLoc()))
11704 if (DiagnoseUseOfDecl(Best->FoundDecl, LParenLoc))