Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h240 bool IsBasicType() const;
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp434 bool CompilerType::IsBasicType() const { in IsBasicType() function in CompilerType