Home
last modified time | relevance | path

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

/external/v8/tools/clang/plugins/
DFindBadConstructsConsumer.cpp780 void FindBadConstructsConsumer::PrintInheritanceChain(const CXXBasePath& path) { in PrintInheritanceChain() function in chrome_checker::FindBadConstructsConsumer
832 PrintInheritanceChain(refcounted_path.front()); in CheckRefCountedDtors()
894 PrintInheritanceChain(refcounted_path.front()); in CheckRefCountedDtors()
896 PrintInheritanceChain(*it); in CheckRefCountedDtors()
899 PrintInheritanceChain(refcounted_path.front()); in CheckRefCountedDtors()
901 PrintInheritanceChain(*it); in CheckRefCountedDtors()
DFindBadConstructsConsumer.h102 void PrintInheritanceChain(const clang::CXXBasePath& path);