Home
last modified time | relevance | path

Searched refs:ts_sp (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp224 auto ts_sp = type.GetTypeSystem(); in ForcefullyCompleteType() local
225 auto ts = ts_sp.dyn_cast_or_null<TypeSystemClang>(); in ForcefullyCompleteType()
/openbsd/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp9956 auto ts_sp = *type_system_or_err; in GetForTarget() local
9958 llvm::dyn_cast_or_null<ScratchTypeSystemClang>(ts_sp.get()); in GetForTarget()
9963 return std::static_pointer_cast<TypeSystemClang>(ts_sp); in GetForTarget()