Searched defs:SBTypeFilter (Results 1 - 2 of 2) sorted by relevance

/external/lldb/include/lldb/API/
H A DSBTypeFilter.h1 //===-- SBTypeFilter.h --------------------------------------------*- C++ -*-===//
17 class SBTypeFilter class in namespace:lldb
21 SBTypeFilter();
23 SBTypeFilter (uint32_t options); // see lldb::eTypeOption values
25 SBTypeFilter (const lldb::SBTypeFilter &rhs);
27 ~SBTypeFilter ();
57 lldb::SBTypeFilter &
58 operator = (const lldb::SBTypeFilter &rhs);
61 IsEqualTo (lldb::SBTypeFilter
[all...]
/external/lldb/source/API/
H A DSBTypeFilter.cpp1 //===-- SBTypeFilter.cpp ------------------------------------------*- C++ -*-===//
12 #include "lldb/API/SBTypeFilter.h"
21 SBTypeFilter::SBTypeFilter() : function in class:SBTypeFilter
26 SBTypeFilter::SBTypeFilter (uint32_t options) function in class:SBTypeFilter
31 SBTypeFilter::SBTypeFilter (const lldb::SBTypeFilter &rhs) : function in class:SBTypeFilter
36 SBTypeFilter
176 SBTypeFilter::SBTypeFilter (const lldb::TypeFilterImplSP &typefilter_impl_sp) : function in class:SBTypeFilter
[all...]

Completed in 266 milliseconds