Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DCompilerType.h223 bool IsPointerToVoid() const;
/freebsd/contrib/llvm-project/lldb/source/ValueObject/
H A DDILEval.cpp359 if (base_type.IsPointerToVoid()) in Visit()
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp403 bool CompilerType::IsPointerToVoid() const { in IsPointerToVoid() function in CompilerType