Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h222 bool IsPointerToVoid() const;
/src/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp401 bool CompilerType::IsPointerToVoid() const { in IsPointerToVoid() function in CompilerType