Lines Matching refs:getDeclName
496 Diag(IdentLoc, diag::err_redefinition_of_label) << TheDecl->getDeclName(); in ActOnLabelStmt()
1199 UnhandledNames.push_back(EI->second->getDeclName()); in ActOnFinishSwitchStmt()
1547 PDiag << VD->getDeclName(); in CheckForLoopConditionalStatement()
1933 << D->getDeclName(); in ActOnObjCForCollectionStmt()
3144 Str += NRVOCandidate->getDeclName().getAsString(); in PerformMoveOrCopyInitialization()
3148 << NRVOCandidate->getDeclName() << ResultType << QT; in PerformMoveOrCopyInitialization()
3177 Str += FakeNRVOCandidate->getDeclName().getAsString(); in PerformMoveOrCopyInitialization()
3181 << FakeNRVOCandidate->getDeclName() << IsThrow; in PerformMoveOrCopyInitialization()
3555 << FD->getDeclName(); in BuildReturnStmt()
3623 << CurDecl->getDeclName() << FunctionKind in BuildReturnStmt()
3652 << CurDecl->getDeclName() << isa<CXXDestructorDecl>(CurDecl) in BuildReturnStmt()
3669 << CurDecl->getDeclName() << FunctionKind in BuildReturnStmt()
3703 Diag(ReturnLoc, DiagID) << getCurMethodDecl()->getDeclName() << 1/*meth*/; in BuildReturnStmt()