Home
last modified time | relevance | path

Searched defs:IsPointerType (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMICmnLLDBUtilSBValue.cpp368 bool CMICmnLLDBUtilSBValue::IsPointerType() const { in IsPointerType() function in CMICmnLLDBUtilSBValue
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBType.cpp113 bool SBType::IsPointerType() { in IsPointerType() function in SBType
/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp171 bool CompilerType::IsPointerType(CompilerType *pointee_type) const { in IsPointerType() function in CompilerType
H A DClangASTContext.cpp3410 bool ClangASTContext::IsPointerType(lldb::opaque_compiler_type_t type, in IsPointerType() function in ClangASTContext
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DValueObject.cpp1680 bool ValueObject::IsPointerType() { return GetCompilerType().IsPointerType(); } in IsPointerType() function in ValueObject