Searched refs:isPtrType (Results 1 – 3 of 3) sorted by relevance
51 inline constexpr bool isPtrType(PrimType T) { in isPtrType() function
351 assert(isPtrType(FromT)); in VisitCastExpr()437 assert(isPtrType(*FromT)); in VisitCastExpr()438 assert(isPtrType(*ToT)); in VisitCastExpr()764 if (isPtrType(*T) || (isPtrType(*LT) && isPtrType(*RT))) in VisitBinaryOperator()3889 if (PrimType PT = classifyPrim(E); PT != PT_Ptr && isPtrType(PT)) in VisitBuiltinCallExpr()5258 if (isPtrType(PT)) in visitDeclRef()
2815 static_assert(isPtrType(TIn) && isPtrType(TOut)); in DecayPtr()