Home
last modified time | relevance | path

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

/external/v8/tools/clang/blink_gc_plugin/
DConfig.h183 static bool IsVisitorPtrType(const clang::QualType& formal_type) { in IsVisitorPtrType() function
202 if (IsVisitorPtrType(subst_type->getReplacementType())) { in IsVisitorDispatcherType()
215 return IsVisitorPtrType(formal_type); in IsVisitorDispatcherType()
239 } else if (!IsVisitorPtrType(formal_type)) { in GetTraceMethodType()