Lines Matching refs:Position
115 Pos scanner.Position // the relevant Blueprints file location
161 pos scanner.Position
162 propertyPos map[string]scanner.Position
820 buildPos scanner.Position) ([]string, []error) {
855 func (c *Context) findSubdirBlueprints(dir string, subdirs []string, subdirsPos scanner.Position,
891 func getLocalStringListFromScope(scope *parser.Scope, v string) ([]string, scanner.Position, error) {
893 return nil, scanner.Position{}, nil
911 return nil, scanner.Position{}, &BlueprintError{
921 func getStringFromScope(scope *parser.Scope, v string) (string, scanner.Position, error) {
923 return "", scanner.Position{}, nil
929 return "", scanner.Position{}, &BlueprintError{
1098 module.propertyPos = make(map[string]scanner.Position)