Home
last modified time | relevance | path

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

/external/v8/tools/clang/plugins/
DFindBadConstructsConsumer.h129 unsigned diag_note_implicit_dtor_; variable
DFindBadConstructsConsumer.cpp206 diag_note_implicit_dtor_ = diagnostic().getCustomDiagID( in FindBadConstructsConsumer()
934 diagnostic().Report(loc, diag_note_implicit_dtor_) << problem_record; in CheckRefCountedDtors()