Searched refs:pathComponents (Results 1 – 1 of 1) sorted by relevance
507 std::vector<std::string> pathComponents{{localName}}; in makeFullName() local509 pathComponents.push_back(scope->definedName()); in makeFullName()512 std::reverse(pathComponents.begin(), pathComponents.end()); in makeFullName()513 std::string path = StringHelper::JoinStrings(pathComponents, "."); in makeFullName()