Lines Matching full:scanner
30 "text/scanner"
107 Pos scanner.Position // the relevant Blueprints file location
127 pos scanner.Position
128 propertyPos map[string]scanner.Position
746 buildPos scanner.Position) (blueprints, deps []string, errs []error) {
792 func (c *Context) findSubdirBlueprints(dir string, subdirs []string, subdirsPos scanner.Position,
855 func getLocalStringListFromScope(scope *parser.Scope, v string) ([]string, scanner.Position, error) {
857 return nil, scanner.Position{}, nil
874 return nil, scanner.Position{}, &Error{
884 func getStringFromScope(scope *parser.Scope, v string) (string, scanner.Position, error) {
886 return "", scanner.Position{}, nil
892 return "", scanner.Position{}, &Error{
1064 module.propertyPos = make(map[string]scanner.Position)