Searched refs:getLiteralStringPropertyValue (Results 1 – 1 of 1) sorted by relevance
754 if name, ok := getLiteralStringPropertyValue(mod, "name"); ok {1184 s, found := getLiteralStringPropertyValue(mod, name)1222 func getLiteralStringPropertyValue(mod *parser.Module, name string) (s string, found bool) { func