Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Symbol/
H A DCompilerType.cpp228 bool CompilerType::IsPossibleDynamicType(CompilerType *dynamic_pointee_type, in IsPossibleDynamicType() argument
232 return m_type_system->IsPossibleDynamicType(m_type, dynamic_pointee_type, in IsPossibleDynamicType()
H A DClangASTContext.cpp3752 if (dynamic_pointee_type) in IsPossibleDynamicType()
3753 dynamic_pointee_type->SetCompilerType(this, type); in IsPossibleDynamicType()
3769 if (dynamic_pointee_type) in IsPossibleDynamicType()
3770 dynamic_pointee_type->SetCompilerType( in IsPossibleDynamicType()
3816 dynamic_pointee_type, check_cplusplus, check_objc); in IsPossibleDynamicType()
3832 if (dynamic_pointee_type) in IsPossibleDynamicType()
3833 dynamic_pointee_type->SetCompilerType(getASTContext(), in IsPossibleDynamicType()
3866 if (dynamic_pointee_type) in IsPossibleDynamicType()
3878 if (dynamic_pointee_type) in IsPossibleDynamicType()
3890 if (dynamic_pointee_type) in IsPossibleDynamicType()
[all …]