Home
last modified time | relevance | path

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

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