Home
last modified time | relevance | path

Searched defs:IsPointerOrReferenceType (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/lldb/source/Symbol/
H A DCompilerType.cpp166 bool CompilerType::IsPointerOrReferenceType(CompilerType *pointee_type) const { in IsPointerOrReferenceType() function in CompilerType
/llvm-project-15.0.7/lldb/include/lldb/Core/
H A DValueObject.h388 virtual bool IsPointerOrReferenceType() { in IsPointerOrReferenceType() function
/llvm-project-15.0.7/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3309 bool TypeSystemClang::IsPointerOrReferenceType( in IsPointerOrReferenceType() function in TypeSystemClang