const gopkg.in/yaml.v2.yaml_TAG_DIRECTIVE_TOKEN

7 uses

	gopkg.in/yaml.v2 (current package)
		parserc.go#L217: 		token.typ != yaml_TAG_DIRECTIVE_TOKEN &&
		parserc.go#L288: 		token.typ == yaml_TAG_DIRECTIVE_TOKEN ||
		parserc.go#L1025: 	for token.typ == yaml_VERSION_DIRECTIVE_TOKEN || token.typ == yaml_TAG_DIRECTIVE_TOKEN {
		parserc.go#L1041: 		} else if token.typ == yaml_TAG_DIRECTIVE_TOKEN {
		scannerc.go#L1548: 			typ:        yaml_TAG_DIRECTIVE_TOKEN,
		yamlh.go#L120: 	yaml_TAG_DIRECTIVE_TOKEN     // A TAG-DIRECTIVE token.
		yamlh.go#L154: 	case yaml_TAG_DIRECTIVE_TOKEN: