Lines Matching defs:properties_sp
43 OptionValuePropertiesSP properties_sp(GetValueProperties());
44 if (properties_sp)
45 return properties_sp->GetSubValue(exe_ctx, path, error);
53 OptionValuePropertiesSP properties_sp(GetValueProperties());
54 if (properties_sp)
55 return properties_sp->SetSubValue(exe_ctx, op, path, value);
62 OptionValuePropertiesSP properties_sp(GetValueProperties());
63 if (!properties_sp)
67 llvm::json::Value json = properties_sp->ToJSON(exe_ctx);
70 properties_sp->DumpValue(exe_ctx, strm, dump_mask);
77 OptionValuePropertiesSP properties_sp(GetValueProperties());
78 if (properties_sp)
79 return properties_sp->DumpAllDescriptions(interpreter, strm);
86 OptionValuePropertiesSP properties_sp(GetValueProperties());
87 if (properties_sp) {
88 return properties_sp->DumpPropertyValue(exe_ctx, strm, property_path,
97 OptionValuePropertiesSP properties_sp(GetValueProperties());
98 if (properties_sp) {
99 properties_sp->Apropos(keyword, matching_properties);