Searched refs:DtorLoc (Results 1 – 3 of 3) sorted by relevance
1094 SourceLocation DtorLoc = Dtor->getLocation(); in followDestructor() local1096 followTypeDtor(Field->getType(), DtorLoc); in followDestructor()1100 followTypeDtor(Base.getType(), DtorLoc); in followDestructor()
4322 SourceLocation DtorLoc) { in CheckVirtualDtorCall() argument4359 Diag(DtorLoc, diag::note_delete_non_virtual) in CheckVirtualDtorCall()4360 << FixItHint::CreateInsertion(DtorLoc, TypeStr + "::"); in CheckVirtualDtorCall()
8553 SourceLocation DtorLoc);