Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DObjCMT.cpp1355 static bool IsVoidStarType(QualType Ty) { in IsVoidStarType() function
1366 return IsVoidStarType(PT->getPointeeType()); in IsVoidStarType()
1377 IsVoidStarType(AT) || in AuditedType()