Searched refs:type_system_sp (Results 1 – 3 of 3) sorted by relevance
34 if (auto type_system_sp = GetTypeSystem()) in IsAggregateType() local35 return type_system_sp->IsAggregateType(m_type); in IsAggregateType()41 if (auto type_system_sp = GetTypeSystem()) in IsAnonymousType() local42 return type_system_sp->IsAnonymousType(m_type); in IsAnonymousType()48 if (auto type_system_sp = GetTypeSystem()) in IsScopedEnumerationType() local49 return type_system_sp->IsScopedEnumerationType(m_type); in IsScopedEnumerationType()56 if (auto type_system_sp = GetTypeSystem()) in IsArrayType() local57 return type_system_sp->IsArrayType(m_type, element_type_ptr, size, in IsArrayType()72 if (auto type_system_sp = GetTypeSystem()) in IsVectorType() local73 return type_system_sp->IsVectorType(m_type, element_type, size); in IsVectorType()[all …]
47 if (auto type_system_sp = create_callback(language, module, target)) in CreateInstanceHelper() local48 return type_system_sp; in CreateInstanceHelper()279 TypeSystemSP type_system_sp = (*create_callback)(); in GetTypeSystemForLanguage() local280 m_map[language] = type_system_sp; in GetTypeSystemForLanguage()281 if (type_system_sp) in GetTypeSystemForLanguage()282 return type_system_sp; in GetTypeSystemForLanguage()
1781 for (auto type_system_sp : target_sp->GetScratchTypeSystems()) in FindFirstType() local1782 if (auto type = type_system_sp->GetBuiltinTypeByName(const_typename)) in FindFirstType()1794 for (auto type_system_sp : target_sp->GetScratchTypeSystems()) in GetBasicType() local1795 if (auto compiler_type = type_system_sp->GetBasicTypeFromAST(type)) in GetBasicType()1835 for (auto type_system_sp : target_sp->GetScratchTypeSystems()) in FindTypes() local1837 type_system_sp->GetBuiltinTypeByName(const_typename)) in FindTypes()