Home
last modified time | relevance | path

Searched refs:ImplicitDestructor (Results 1 – 2 of 2) sorted by relevance

/external/v8/tools/clang/plugins/
DFindBadConstructsConsumer.h66 enum RefcountIssue { None, ImplicitDestructor, PublicDestructor }; enumerator
DFindBadConstructsConsumer.cpp715 return ImplicitDestructor; in CheckRecordForRefcountIssue()
789 case ImplicitDestructor: in DiagnosticForIssue()
892 if (issue == ImplicitDestructor) { in CheckRefCountedDtors()