Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBValue.h297 bool TypeIsPointerType();
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBValue.cpp1120 bool SBValue::TypeIsPointerType() { return GetType().IsPointerType(); } in TypeIsPointerType() function in SBValue