Home
last modified time | relevance | path

Searched refs:static_type (Results 1 – 4 of 4) sorted by relevance

/freebsd-head/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
HDGNUstepObjCRuntime.cpp137 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType() local
138 Flags static_type_flags(static_type.GetTypeInfo()); in FixUpDynamicType()
158 ret.SetCompilerType(static_type); in FixUpDynamicType()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
HDAppleObjCRuntime.cpp286 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType() local
287 Flags static_type_flags(static_type.GetTypeInfo()); in FixUpDynamicType()
307 ret.SetCompilerType(static_type); in FixUpDynamicType()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
HDItaniumABILanguageRuntime.cpp369 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType() local
370 Flags static_type_flags(static_type.GetTypeInfo()); in FixUpDynamicType()
394 ret.SetCompilerType(static_type); in FixUpDynamicType()
/freebsd-head/contrib/llvm-project/lldb/source/Symbol/
HDType.cpp934 TypeImpl::TypeImpl(const CompilerType &static_type, in TypeImpl() argument
937 SetType(static_type, dynamic_type); in TypeImpl()