Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DType.h773 bool HasCompilerType() const;
775 bool HasType() const { return HasCompilerType(); } in HasType()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp915 bool TypeAndOrName::HasCompilerType() const { in HasCompilerType() function in TypeAndOrName