Searched refs:IsRefCounted (Results 1 – 4 of 4) sorted by relevance
97 bool IsRefCounted(const clang::CXXBaseSpecifier* base,
722 bool FindBadConstructsConsumer::IsRefCounted( in IsRefCounted() function in chrome_checker::FindBadConstructsConsumer813 return IsRefCounted(base, path); in CheckRefCountedDtors()
78 // IsRefCounted<T>::value will be true for types that can be used in83 class IsRefCounted {123 typedef typename TernaryTypeOperator<IsRefCounted<T>::value,
87 class IsRefCounted {127 typedef typename TernaryTypeOperator<IsRefCounted<T>::value,