Lines Matching refs:Property

15 #include "lldb/Interpreter/Property.h"
53 Property property(definition);
64 Property *property = ProtectedGetPropertyAtIndex(property_idx);
73 Property property(name, desc, is_global, value_sp);
225 const Property *
234 const Property *OptionValueProperties::GetPropertyAtIndex(
241 const Property *setting = GetPropertyAtIndex(exe_ctx, will_modify, idx);
267 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx);
276 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx);
284 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx);
303 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx);
322 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx);
333 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx);
347 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx);
355 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx);
366 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx);
378 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx);
390 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx);
401 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx);
413 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx);
425 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx);
436 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx);
447 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx);
458 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx);
470 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx);
481 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx);
500 const Property *property = GetPropertyAtIndex(exe_ctx, false, idx);
511 const Property *property = GetPropertyAtIndex(exe_ctx, true, idx);
556 const Property *property = GetPropertyAtIndex(exe_ctx, false, i);
592 const Property *OptionValueProperties::GetPropertyAtPath(
594 const Property *property = nullptr;
626 const Property *property = ProtectedGetPropertyAtIndex(i);
631 const Property *property = ProtectedGetPropertyAtIndex(i);
639 std::vector<const Property *> &matching_properties) const {
643 const Property *property = ProtectedGetPropertyAtIndex(i);