Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp269 bool CompilerType::IsPossibleDynamicType(CompilerType *dynamic_pointee_type, in IsPossibleDynamicType() argument
274 return type_system_sp->IsPossibleDynamicType(m_type, dynamic_pointee_type, in IsPossibleDynamicType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3580 CompilerType *dynamic_pointee_type, in IsPossibleDynamicType() argument
3583 if (dynamic_pointee_type) in IsPossibleDynamicType()
3584 dynamic_pointee_type->Clear(); in IsPossibleDynamicType()
3589 if (dynamic_pointee_type) in IsPossibleDynamicType()
3590 dynamic_pointee_type->SetCompilerType(weak_from_this(), in IsPossibleDynamicType()