Lines Matching defs:Module

258 func simplifyKnownPropertiesDuplicatingEachOther(mod *parser.Module, buf []byte, patchList *parser.…
490 func indicateAttributeError(mod *parser.Module, attributeName string, format string, a ...interface…
503 func resolveLocalModule(mod *parser.Module, val parser.Expression) parser.Expression {
534 func (f etcPrebuiltModuleUpdate) update(m *parser.Module, path string) bool {
823 func convertToSingleSource(mod *parser.Module, srcPropertyName string) {
850 func runPatchListMod(modFunc func(mod *parser.Module, buf []byte, patchlist *parser.PatchList) erro…
899 func reorderCommonProperties(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error {
945 func removeTags(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error {
1020 func removePdkProperty(mod *parser.Module, buf []byte, patchlist *parser.PatchList) error {
1039 func mergeMatchingModuleProperties(mod *parser.Module, buf []byte, patchlist *parser.PatchList) err…
1150 func removeMatchingModuleListProperties(mod *parser.Module, patchList *parser.PatchList, canonicalN…
1178 func hasNonEmptyLiteralListProperty(mod *parser.Module, name string) bool {
1183 func hasNonEmptyLiteralStringProperty(mod *parser.Module, name string) bool {
1188 func getLiteralListProperty(mod *parser.Module, name string) (list *parser.List, found bool) {
1197 func getLiteralListPropertyValue(mod *parser.Module, name string) (list []string, found bool) {
1213 func getLiteralStringProperty(mod *parser.Module, name string) (s *parser.String, found bool) {
1222 func getLiteralStringPropertyValue(mod *parser.Module, name string) (s string, found bool) {
1231 func getLiteralBoolProperty(mod *parser.Module, name string) (b *parser.Bool, found bool) {
1240 func getLiteralBoolPropertyValue(mod *parser.Module, name string) (s bool, found bool) {
1258 func renameProperty(mod *parser.Module, from, to string) {
1266 func removeProperty(mod *parser.Module, propertyName string) {