Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Symbol/
H A DType.h425 bool HasCompilerType() const;
427 bool HasType() const { return HasCompilerType(); } in HasType()
/llvm-project-15.0.7/lldb/source/Symbol/
H A DType.cpp802 bool TypeAndOrName::HasCompilerType() const { in HasCompilerType() function in TypeAndOrName