Searched refs:SyntheticChildren (Results 1 – 4 of 4) sorted by relevance
/external/lldb/include/lldb/DataFormatters/ |
D | TypeSynthetic.h | 78 class SyntheticChildren 185 SyntheticChildren (const Flags& flags) : in SyntheticChildren() function 191 ~SyntheticChildren () in ~SyntheticChildren() 250 typedef std::shared_ptr<SyntheticChildren> SharedPointer; 251 …typedef bool(*SyntheticChildrenCallback)(void*, ConstString, const SyntheticChildren::SharedPointe… 264 DISALLOW_COPY_AND_ASSIGN(SyntheticChildren); 267 class TypeFilterImpl : public SyntheticChildren 271 TypeFilterImpl(const SyntheticChildren::Flags& flags) : in TypeFilterImpl() 272 SyntheticChildren(flags), in TypeFilterImpl() 277 TypeFilterImpl(const SyntheticChildren::Flags& flags, in TypeFilterImpl() [all …]
|
/external/lldb/source/Commands/ |
D | CommandObjectType.cpp | 2275 …tTypeFilterList_LoopCallback(void* pt2self, ConstString type, const SyntheticChildren::SharedPoint… 2276 …_LoopCallback(void* pt2self, lldb::RegularExpressionSP regex, const SyntheticChildren::SharedPoint… 2444 const SyntheticChildren::SharedPointer& entry, in LoopCallback() 2453 …tTypeFilterList_LoopCallback(void* pt2self, ConstString type, const SyntheticChildren::SharedPoint… 2454 …_LoopCallback(void* pt2self, lldb::RegularExpressionSP regex, const SyntheticChildren::SharedPoint… 2460 const SyntheticChildren::SharedPointer& entry) in CommandObjectTypeFilterList_LoopCallback() 2469 const SyntheticChildren::SharedPointer& entry) in CommandObjectTypeFilterRXList_LoopCallback() 2489 …ctTypeSynthList_LoopCallback(void* pt2self, ConstString type, const SyntheticChildren::SharedPoint… 2490 …_LoopCallback(void* pt2self, lldb::RegularExpressionSP regex, const SyntheticChildren::SharedPoint… 2658 const SyntheticChildren::SharedPointer& entry, in LoopCallback() [all …]
|
/external/lldb/include/lldb/ |
D | lldb-forward.h | 205 class SyntheticChildren; variable 346 typedef std::shared_ptr<lldb_private::SyntheticChildren> SyntheticChildrenSP;
|
/external/lldb/source/DataFormatters/ |
D | FormatManager.cpp | 557 SyntheticChildren::Flags stl_synth_flags; in LoadLibStdcppFormatters() 625 SyntheticChildren::Flags stl_synth_flags; in LoadLibcxxFormatters() 770 SyntheticChildren::Flags class_synth_flags; in LoadObjCFormatters()
|