Home
last modified time | relevance | path

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

/external/v8/tools/clang/plugins/
DFindBadConstructsConsumer.cpp887 const CXXRecordDecl* problem_record = dyn_cast<CXXRecordDecl>( in CheckRefCountedDtors() local
890 issue = CheckRecordForRefcountIssue(problem_record, loc); in CheckRefCountedDtors()
895 diagnostic().Report(loc, diag_note_implicit_dtor_) << problem_record; in CheckRefCountedDtors()