Searched refs:IsTypeImpl (Results 1 – 2 of 2) sorted by relevance
1168 bool IsTypeImpl(lldb::opaque_compiler_type_t type,
3020 return IsTypeImpl(type, isFunctionType); in IsFunctionType()3134 bool TypeSystemClang::IsTypeImpl( in IsTypeImpl() function in TypeSystemClang3153 return IsTypeImpl(reference_type->getPointeeType().getAsOpaquePtr(), predicate); in IsTypeImpl()3166 return IsTypeImpl(type, isMemberFunctionPointerType); in IsMemberFunctionPointerType()3174 return IsTypeImpl(type, isFunctionPointerType); in IsFunctionPointerType()3196 return IsTypeImpl(type, isBlockPointerType); in IsBlockPointerType()