Home | History | Annotate | Download | only in blueprint

Lines Matching refs:Position

119 	Pos scanner.Position // the relevant Blueprints file location
168 pos scanner.Position
169 propertyPos map[string]scanner.Position
992 buildPos scanner.Position) ([]string, []error) {
1033 func (c *Context) findSubdirBlueprints(dir string, subdirs []string, subdirsPos scanner.Position,
1075 func getLocalStringListFromScope(scope *parser.Scope, v string) ([]string, scanner.Position, error) {
1077 return nil, scanner.Position{}, nil
1095 return nil, scanner.Position{}, &BlueprintError{
1105 func getStringFromScope(scope *parser.Scope, v string) (string, scanner.Position, error) {
1107 return "", scanner.Position{}, nil
1113 return "", scanner.Position{}, &BlueprintError{
1284 module.propertyPos = make(map[string]scanner.Position)