Home
last modified time | relevance | path

Searched defs:type_system_sp (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DCompilerType.cpp33 if (auto type_system_sp = GetTypeSystem()) in IsAggregateType() local
40 if (auto type_system_sp = GetTypeSystem()) in IsAnonymousType() local
47 if (auto type_system_sp = GetTypeSystem()) in IsScopedEnumerationType() local
55 if (auto type_system_sp = GetTypeSystem()) in IsArrayType() local
71 if (auto type_system_sp = GetTypeSystem()) in IsVectorType() local
78 if (auto type_system_sp = GetTypeSystem()) in IsRuntimeGeneratedType() local
85 if (auto type_system_sp = GetTypeSystem()) in IsCharType() local
92 if (auto type_system_sp = GetTypeSystem()) in IsCompleteType() local
99 if (auto type_system_sp = GetTypeSystem()) in IsForcefullyCompleted() local
106 if (auto type_system_sp = GetTypeSystem()) in IsConst() local
[all …]
H A DTypeSystem.cpp48 if (auto type_system_sp = create_callback(language, module, target)) in CreateInstanceHelper() local
305 TypeSystemSP type_system_sp = (*create_callback)(); in GetTypeSystemForLanguage() local
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1838 for (auto type_system_sp : target_sp->GetScratchTypeSystems()) in FindFirstType() local
1851 for (auto type_system_sp : target_sp->GetScratchTypeSystems()) in GetBasicType() local
1886 for (auto type_system_sp : target_sp->GetScratchTypeSystems()) in FindTypes() local
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp3627 for (auto type_system_sp : target->GetScratchTypeSystems()) in CreateValueObjectFromBool() local