Home
last modified time | relevance | path

Searched defs:IsPointerType (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/lldb/source/API/
H A DSBType.cpp130 bool SBType::IsPointerType() { IsPointerType() function in SBType
/freebsd-src/contrib/llvm-project/lldb/include/lldb/Core/
H A DValueObject.h382 bool IsPointerType() { return GetCompilerType().IsPointerType(); } in IsPointerType() function
/freebsd-src/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp182 bool CompilerType::IsPointerType(CompilerType *pointee_type) const { IsPointerType() function in CompilerType
/freebsd-src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3211 bool TypeSystemClang::IsPointerType(lldb::opaque_compiler_type_t type, IsPointerType() function in TypeSystemClang