Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Symbol/
H A DType.h560 bool HasTypeSP() const;
564 bool HasType() const { return HasTypeSP() || HasCompilerType(); } in HasType()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DType.cpp756 bool TypeAndOrName::HasTypeSP() const { in HasTypeSP() function in TypeAndOrName