Home
last modified time | relevance | path

Searched refs:TypeSystemClangSP (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Language/ObjC/
H A DNSError.cpp85 TypeSystemClangSP scratch_ts_sp = in NSError_SummaryProvider()
157 TypeSystemClangSP scratch_ts_sp = in Update()
H A DNSArray.cpp456 TypeSystemClangSP scratch_ts_sp = ScratchTypeSystemClang::GetForTarget( in NSArrayMSyntheticFrontEndBase()
600 TypeSystemClangSP scratch_ts_sp = ScratchTypeSystemClang::GetForTarget( in GenericNSArrayISyntheticFrontEnd()
764 TypeSystemClangSP scratch_ts_sp = in GetChildAtIndex()
H A DNSException.cpp71 TypeSystemClangSP scratch_ts_sp = in ExtractFields()
H A DNSDictionary.cpp68 TypeSystemClangSP scratch_ts_sp = in GetLLDBNSPairType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCRuntime.cpp129 TypeSystemClangSP scratch_ts_sp = in GetObjectDescription()
146 TypeSystemClangSP scratch_ts_sp = in GetObjectDescription()
531 TypeSystemClangSP scratch_ts_sp = in GetBacktraceThreadFromException()
H A DAppleObjCTrampolineHandler.cpp418 TypeSystemClangSP scratch_ts_sp = in RefreshTrampolines()
732 TypeSystemClangSP scratch_ts_sp = ScratchTypeSystemClang::GetForTarget( in SetupDispatchFunction()
868 TypeSystemClangSP scratch_ts_sp = in GetStepThroughDispatchPlan()
H A DAppleObjCRuntimeV2.cpp1774 TypeSystemClangSP scratch_ts_sp = in GetClassInfoUtilityFunctionImpl()
1915 TypeSystemClangSP scratch_ts_sp = in GetClassInfoUtilityFunctionImpl()
2026 TypeSystemClangSP scratch_ts_sp = in UpdateISAToDescriptorMap()
2291 TypeSystemClangSP scratch_ts_sp = in UpdateISAToDescriptorMap()
3440 TypeSystemClangSP scratch_ts_sp = in ObjCExceptionRecognizedStackFrame()
/freebsd/contrib/llvm-project/lldb/source/Plugins/RegisterTypeBuilder/
H A DRegisterTypeBuilderClang.cpp42 lldb::TypeSystemClangSP type_system = in GetRegisterType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangExpressionDeclMap.h381 lldb::TypeSystemClangSP GetScratchContext(Target &target) { in GetScratchContext()
H A DASTResultSynthesizer.cpp455 lldb::TypeSystemClangSP scratch_ts_sp = ScratchTypeSystemClang::GetForTarget( in CommitPersistentDecls()
H A DClangASTSource.cpp80 lldb::TypeSystemClangSP scratch_ts_sp = ScratchTypeSystemClang::GetForTarget( in ~ClangASTSource()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp640 TypeSystemClangSP scratch_ts_sp = in MakeLoadImageUtilityFunction()
892 TypeSystemClangSP scratch_ts_sp = in DoLoadImage()
/freebsd/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/CPlusPlus/ItaniumABI/
H A DItaniumABILanguageRuntime.cpp609 TypeSystemClangSP scratch_ts_sp = in GetExceptionObjectForThread()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h1307 static lldb::TypeSystemClangSP
1319 static lldb::TypeSystemClangSP
H A DTypeSystemClang.cpp9608 TypeSystemClangSP
/freebsd/contrib/llvm-project/lldb/include/lldb/
H A Dlldb-forward.h475 typedef std::shared_ptr<lldb_private::TypeSystemClang> TypeSystemClangSP; typedef