Lines Matching defs:defaultValue
504 /*StringRef defaultValue=*/"",
1337 std::string defaultValue = std::string(
1341 &fctx.withSelf(defaultValue))
2744 std::string defaultValue =
2748 defaultValue);
2928 StringRef defaultValue;
2931 defaultValue = *defaultParamValue;
2934 defaultValue);
3211 std::string defaultValue;
3213 defaultValue = prop.getDefaultValue();
3216 paramList.emplace_back(type, propArg->name, StringRef(defaultValue),
3241 std::string defaultValue;
3245 defaultValue += attr.getDefaultValue();
3247 defaultValue += "nullptr";
3249 paramList.emplace_back(type, namedAttr.name, StringRef(defaultValue),
4484 std::string defaultValue = std::string(
4486 body << "if (!attr)\n attr = " << defaultValue << ";\n";