Searched refs:isTypePredicate (Results 1 – 3 of 3) sorted by relevance
208 if (Node.isTypePredicate()) in AST_MATCHER_P()
6135 assert(isTypePredicate() && "Asking for the controlling type of a " in getIndexOfControllingType()6151 return (int)isTypePredicate(); in getIndexOfStartOfAssociatedTypes()6176 return getNumAssocs() + (int)isTypePredicate(); in numTrailingObjects()6364 bool isTypePredicate() const { return !IsExprPredicate; } in isTypePredicate() function
4565 assert(!gse->isTypePredicate()); in stripARCUnbridgedCast()