Home | History | Annotate | Download | only in Core

Lines Matching defs:IsPointerType

1285             if (clang_type.IsIntegerType (is_signed) || clang_type.IsPointerType ())
1942 ValueObject::IsPointerType ()
1944 return GetClangType().IsPointerType();
2012 if (IsPointerType ())
3711 const bool is_pointer_type = IsPointerType();