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))
10333 if (DiagnoseUseOfDecl(fn, SrcExpr.get()->getLocStart())) {
10795 if (SemaRef.DiagnoseUseOfDecl(FDecl, ULE->getNameLoc()))
11678 if (DiagnoseUseOfDecl(Best->FoundDecl, UnresExpr->getNameLoc()))
11681 // and the other a specialization), make sure DiagnoseUseOfDecl is
11684 // DiagnoseUseOfDecl to accept both the FoundDecl and the decl
11687 DiagnoseUseOfDecl(Method, UnresExpr->getNameLoc()))
11945 if (DiagnoseUseOfDecl(Best->FoundDecl, LParenLoc))