Lines Matching refs:Position
215 // comments are properly terminated with a newline even if the AST position
286 // matter what the (incorrect) comment position is.
293 // Position information is just an offset.
300 // even if the position information of comments introducing newlines
305 // first comment - text and position changed by test
328 if fset.Position(pos).Offset != 1 {
367 // by testing that position information for matching identifiers
403 // At this point the position information of identifiers in f2 should
404 // match the position information of corresponding identifiers in f1.
425 l1 := fset.Position(i1.Pos()).Line
426 l2 := fset.Position(i2.Pos()).Line