Home
last modified time | relevance | path

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

/external/v8/tools/clang/plugins/
DFindBadConstructsConsumer.cpp58 const Type* UnwrapType(const Type* type) { in UnwrapType() function
60 return UnwrapType(elaborated->getNamedType().getTypePtr()); in UnwrapType()
62 return UnwrapType(typedefed->desugar().getTypePtr()); in UnwrapType()
736 UnwrapType(base->getType().getTypePtr())); in IsRefCounted()