Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/GNUstepObjCRuntime/
H A DGNUstepObjCRuntime.cpp137 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp369 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp286 CompilerType static_type(static_value.GetCompilerType()); in FixUpDynamicType() local
/freebsd/contrib/llvm-project/lldb/source/Symbol/
H A DType.cpp934 TypeImpl::TypeImpl(const CompilerType &static_type, in TypeImpl()