Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1147 bool IsTypeImpl(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp2983 return IsTypeImpl(type, isFunctionType); in IsFunctionType()
3097 bool TypeSystemClang::IsTypeImpl( in IsTypeImpl() function in TypeSystemClang
3116 return IsTypeImpl(reference_type->getPointeeType().getAsOpaquePtr(), predicate); in IsTypeImpl()
3129 return IsTypeImpl(type, isMemberFunctionPointerType); in IsMemberFunctionPointerType()
3137 return IsTypeImpl(type, isFunctionPointerType); in IsFunctionPointerType()
3159 return IsTypeImpl(type, isBlockPointerType); in IsBlockPointerType()