Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1188 bool IsTypeImpl(lldb::opaque_compiler_type_t type,
H A DTypeSystemClang.cpp3063 return IsTypeImpl(type, isFunctionType); in IsFunctionType()
3177 bool TypeSystemClang::IsTypeImpl( in IsTypeImpl() function in TypeSystemClang
3196 return IsTypeImpl(reference_type->getPointeeType().getAsOpaquePtr(), predicate); in IsTypeImpl()
3209 return IsTypeImpl(type, isMemberFunctionPointerType); in IsMemberFunctionPointerType()
3217 return IsTypeImpl(type, isFunctionPointerType); in IsFunctionPointerType()
3239 return IsTypeImpl(type, isBlockPointerType); in IsBlockPointerType()