Home
last modified time | relevance | path

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

/external/chromium_org/tools/clang/plugins/
DFindBadConstructs.cpp620 const CXXRecordDecl* problem_record = dyn_cast<CXXRecordDecl>( in CheckRefCountedDtors() local
623 issue = CheckRecordForRefcountIssue(problem_record, loc); in CheckRefCountedDtors()
628 diagnostic().Report(loc, diag_note_implicit_dtor_) << problem_record; in CheckRefCountedDtors()