Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/API/
H A DSBType.cpp130 bool SBType::IsPointerType() { in IsPointerType() function in SBType
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DValueObject.h382 virtual bool IsPointerType() { return GetCompilerType().IsPointerType(); } in IsPointerType() function
/openbsd/gnu/llvm/lldb/source/Symbol/
H A DCompilerType.cpp183 bool CompilerType::IsPointerType(CompilerType *pointee_type) const { in IsPointerType() function in CompilerType
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3293 bool TypeSystemClang::IsPointerType(lldb::opaque_compiler_type_t type, in IsPointerType() function in TypeSystemClang