Home | History | Annotate | Download | only in Sema

Lines Matching refs:getDeclName

465     Diag(IdentLoc, diag::err_redefinition_of_label) << TheDecl->getDeclName();
1145 UnhandledNames.push_back(EI->second->getDeclName());
1481 PDiag << (*I)->getDeclName();
1816 << D->getDeclName();
3195 << FD->getDeclName();
3257 << CurDecl->getDeclName() << FunctionKind
3286 << CurDecl->getDeclName() << isa<CXXDestructorDecl>(CurDecl)
3303 << CurDecl->getDeclName() << FunctionKind
3336 Diag(ReturnLoc, DiagID) << getCurMethodDecl()->getDeclName() << 1/*meth*/;