Home
last modified time | relevance | path

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

/external/clang/lib/ARCMigrate/
DObjCMT.cpp1365 static bool IsVoidStarType(QualType Ty) { in IsVoidStarType() function
1376 return IsVoidStarType(PT->getPointeeType()); in IsVoidStarType()
1387 IsVoidStarType(AT) || in AuditedType()