Searched refs:refPath (Results 1 – 3 of 3) sorted by relevance
42 std::string refPath; in GetNodeRefPath() local45 return refPath; in GetNodeRefPath()48 refPath = astObject->Name() + "."; in GetNodeRefPath()57 return (refPath + child->Name()); in GetNodeRefPath()97 std::string refPath; in PrintBaseType() local111 refPath = GetNodeRefPath(astObj->IntegerValue()); in PrintBaseType()112 if (refPath.empty()) { in PrintBaseType()115 WriteFile("&" + refPath); in PrintBaseType()
344 auto refPath = current_.strval; in ParseNodeRef() local352 configNode->SetRefPath(refPath); in ParseNodeRef()
508 std::string refPath = HcsBuildObjectPath(term->RefNode().lock()); in PrintTermImplement() local509 ofs_ << Indent(depth) << '.' << term->Name() << " = &" << refPath << ",\n"; in PrintTermImplement()