Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/source/Symbol/ !
H A DCompilerType.cpp267 bool CompilerType::IsPossibleDynamicType(CompilerType *dynamic_pointee_type, in IsPossibleDynamicType() argument
272 return type_system_sp->IsPossibleDynamicType(m_type, dynamic_pointee_type, in IsPossibleDynamicType()
/src/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ !
H A DTypeSystemClang.cpp3537 CompilerType *dynamic_pointee_type, in IsPossibleDynamicType() argument
3550 if (dynamic_pointee_type) in IsPossibleDynamicType()
3551 dynamic_pointee_type->SetCompilerType(weak_from_this(), type); in IsPossibleDynamicType()
3567 if (dynamic_pointee_type) in IsPossibleDynamicType()
3568 dynamic_pointee_type->SetCompilerType( in IsPossibleDynamicType()
3605 if (dynamic_pointee_type) in IsPossibleDynamicType()
3606 dynamic_pointee_type->SetCompilerType( in IsPossibleDynamicType()
3637 if (dynamic_pointee_type) in IsPossibleDynamicType()
3638 dynamic_pointee_type->SetCompilerType( in IsPossibleDynamicType()
3649 if (dynamic_pointee_type) in IsPossibleDynamicType()
[all …]