Lines Matching refs:getCustomDiagID
69 diagnostic().getCustomDiagID(getErrorLevel(), kMethodRequiresOverride);
71 diagnostic().getCustomDiagID(getErrorLevel(), kMethodRequiresVirtual);
73 diagnostic().getCustomDiagID(getErrorLevel(), kNoExplicitDtor);
75 diagnostic().getCustomDiagID(getErrorLevel(), kPublicDtor);
77 diagnostic().getCustomDiagID(getErrorLevel(), kProtectedNonVirtualDtor);
79 diagnostic().getCustomDiagID(getErrorLevel(), kWeakPtrFactoryOrder);
81 diagnostic().getCustomDiagID(getErrorLevel(), kBadLastEnumValue);
85 diagnostic().getCustomDiagID(DiagnosticsEngine::Note, kNoteInheritance);
87 diagnostic().getCustomDiagID(DiagnosticsEngine::Note, kNoteImplicitDtor);
89 diagnostic().getCustomDiagID(DiagnosticsEngine::Note, kNotePublicDtor);
90 diag_note_protected_non_virtual_dtor_ = diagnostic().getCustomDiagID(