Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DType.h438 bool HasCompilerType() const;
440 bool HasType() const { return HasCompilerType(); } in HasType()
/openbsd-src/gnu/llvm/lldb/source/Symbol/
H A DType.cpp817 bool TypeAndOrName::HasCompilerType() const { in HasCompilerType() function in TypeAndOrName