Home
last modified time | relevance | path

Searched refs:CommentMap (Results 1 – 25 of 180) sorted by relevance

12345678

/dports/editors/micro/micro-2.0.10/vendor/github.com/robertkrimen/otto/parser/
H A Dcomments_test.go41 func displayComments(m ast.CommentMap) { argument
76 is(parser.comments.CommentMap.Size(), 1)
83 is(parser.comments.CommentMap.Size(), 1)
90 is(parser.comments.CommentMap.Size(), 1)
97 is(parser.comments.CommentMap.Size(), 1)
104 is(parser.comments.CommentMap.Size(), 1)
111 is(parser.comments.CommentMap.Size(), 1)
118 is(parser.comments.CommentMap.Size(), 1)
125 is(parser.comments.CommentMap.Size(), 1)
132 is(parser.comments.CommentMap.Size(), 1)
[all …]
H A Dstatement.go161 self.comments.CommentMap.AddComments(node, tryComments, ast.LEADING)
351 self.comments.CommentMap.AddComments(node, comments, ast.LEADING)
381 self.comments.CommentMap.AddComments(node, comments, ast.LEADING)
433 self.comments.CommentMap.AddComments(node, comments, ast.LEADING)
459 self.comments.CommentMap.AddComments(node, comments, ast.LEADING)
504 self.comments.CommentMap.AddComments(node, comments, ast.LEADING)
704 self.comments.CommentMap.AddComments(node, comments, ast.LEADING)
705 self.comments.CommentMap.AddComments(node, doComments, ast.DO)
732 self.comments.CommentMap.AddComments(node, comments, ast.LEADING)
768 self.comments.CommentMap.AddComments(node, comments, ast.LEADING)
[all …]
/dports/editors/micro/micro-2.0.10/vendor/github.com/robertkrimen/otto/ast/
H A Dcomments.go80 CommentMap CommentMap member
98 CommentMap: CommentMap{},
216 c.CommentMap.AddComments(previous, c.Comments, position)
219 c.CommentMap.AddComments(node, c.Comments, position)
225 c.CommentMap.AddComments(node, c.future, position)
236 type CommentMap map[Node][]*Comment type
239 func (cm CommentMap) AddComment(node Node, comment *Comment) {
247 func (cm CommentMap) AddComments(node Node, comments []*Comment, position CommentPosition) {
257 func (cm CommentMap) Size() int {
267 func (cm CommentMap) MoveComments(from, to Node, position CommentPosition) {
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/robertkrimen/otto/ast/
H A Dcomments.go80 CommentMap CommentMap member
98 CommentMap: CommentMap{},
216 c.CommentMap.AddComments(previous, c.Comments, position)
219 c.CommentMap.AddComments(node, c.Comments, position)
225 c.CommentMap.AddComments(node, c.future, position)
236 type CommentMap map[Node][]*Comment type
239 func (cm CommentMap) AddComment(node Node, comment *Comment) {
247 func (cm CommentMap) AddComments(node Node, comments []*Comment, position CommentPosition) {
257 func (cm CommentMap) Size() int {
267 func (cm CommentMap) MoveComments(from, to Node, position CommentPosition) {
/dports/sysutils/sensu-go/sensu-go-5.11.1/vendor/github.com/robertkrimen/otto/parser/
H A Dstatement.go161 self.comments.CommentMap.AddComments(node, tryComments, ast.LEADING)
351 self.comments.CommentMap.AddComments(node, comments, ast.LEADING)
381 self.comments.CommentMap.AddComments(node, comments, ast.LEADING)
433 self.comments.CommentMap.AddComments(node, comments, ast.LEADING)
459 self.comments.CommentMap.AddComments(node, comments, ast.LEADING)
504 self.comments.CommentMap.AddComments(node, comments, ast.LEADING)
704 self.comments.CommentMap.AddComments(node, comments, ast.LEADING)
705 self.comments.CommentMap.AddComments(node, doComments, ast.DO)
732 self.comments.CommentMap.AddComments(node, comments, ast.LEADING)
768 self.comments.CommentMap.AddComments(node, comments, ast.LEADING)
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/go/ast/
H A Dcommentmap.go35 type CommentMap map[Node][]*CommentGroup type
37 func (cmap CommentMap) addComment(n Node, c *CommentGroup) {
143 func NewCommentMap(fset *token.FileSet, node Node, comments []*CommentGroup) CommentMap {
148 cmap := make(CommentMap)
246 func (cmap CommentMap) Update(old, new Node) Node {
258 func (cmap CommentMap) Filter(node Node) CommentMap {
259 umap := make(CommentMap)
272 func (cmap CommentMap) Comments() []*CommentGroup {
317 func (cmap CommentMap) String() string {
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/go/ast/
H A Dcommentmap.go35 type CommentMap map[Node][]*CommentGroup type
37 func (cmap CommentMap) addComment(n Node, c *CommentGroup) {
143 func NewCommentMap(fset *token.FileSet, node Node, comments []*CommentGroup) CommentMap {
148 cmap := make(CommentMap)
246 func (cmap CommentMap) Update(old, new Node) Node {
258 func (cmap CommentMap) Filter(node Node) CommentMap {
259 umap := make(CommentMap)
272 func (cmap CommentMap) Comments() []*CommentGroup {
317 func (cmap CommentMap) String() string {
/dports/lang/gcc8/gcc-8.5.0/libgo/go/go/ast/
H A Dcommentmap.go35 type CommentMap map[Node][]*CommentGroup type
37 func (cmap CommentMap) addComment(n Node, c *CommentGroup) {
143 func NewCommentMap(fset *token.FileSet, node Node, comments []*CommentGroup) CommentMap {
148 cmap := make(CommentMap)
246 func (cmap CommentMap) Update(old, new Node) Node {
258 func (cmap CommentMap) Filter(node Node) CommentMap {
259 umap := make(CommentMap)
272 func (cmap CommentMap) Comments() []*CommentGroup {
317 func (cmap CommentMap) String() string {
/dports/lang/gcc10/gcc-10.3.0/libgo/go/go/ast/
H A Dcommentmap.go35 type CommentMap map[Node][]*CommentGroup type
37 func (cmap CommentMap) addComment(n Node, c *CommentGroup) {
143 func NewCommentMap(fset *token.FileSet, node Node, comments []*CommentGroup) CommentMap {
148 cmap := make(CommentMap)
246 func (cmap CommentMap) Update(old, new Node) Node {
258 func (cmap CommentMap) Filter(node Node) CommentMap {
259 umap := make(CommentMap)
272 func (cmap CommentMap) Comments() []*CommentGroup {
317 func (cmap CommentMap) String() string {
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/go/ast/
H A Dcommentmap.go35 type CommentMap map[Node][]*CommentGroup type
37 func (cmap CommentMap) addComment(n Node, c *CommentGroup) {
143 func NewCommentMap(fset *token.FileSet, node Node, comments []*CommentGroup) CommentMap {
148 cmap := make(CommentMap)
246 func (cmap CommentMap) Update(old, new Node) Node {
258 func (cmap CommentMap) Filter(node Node) CommentMap {
259 umap := make(CommentMap)
272 func (cmap CommentMap) Comments() []*CommentGroup {
317 func (cmap CommentMap) String() string {
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/go/ast/
H A Dcommentmap.go35 type CommentMap map[Node][]*CommentGroup type
37 func (cmap CommentMap) addComment(n Node, c *CommentGroup) {
143 func NewCommentMap(fset *token.FileSet, node Node, comments []*CommentGroup) CommentMap {
148 cmap := make(CommentMap)
246 func (cmap CommentMap) Update(old, new Node) Node {
258 func (cmap CommentMap) Filter(node Node) CommentMap {
259 umap := make(CommentMap)
272 func (cmap CommentMap) Comments() []*CommentGroup {
317 func (cmap CommentMap) String() string {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/go/ast/
H A Dcommentmap.go35 type CommentMap map[Node][]*CommentGroup type
37 func (cmap CommentMap) addComment(n Node, c *CommentGroup) {
143 func NewCommentMap(fset *token.FileSet, node Node, comments []*CommentGroup) CommentMap {
148 cmap := make(CommentMap)
246 func (cmap CommentMap) Update(old, new Node) Node {
258 func (cmap CommentMap) Filter(node Node) CommentMap {
259 umap := make(CommentMap)
272 func (cmap CommentMap) Comments() []*CommentGroup {
317 func (cmap CommentMap) String() string {
/dports/lang/gcc11/gcc-11.2.0/libgo/go/go/ast/
H A Dcommentmap.go35 type CommentMap map[Node][]*CommentGroup type
37 func (cmap CommentMap) addComment(n Node, c *CommentGroup) {
143 func NewCommentMap(fset *token.FileSet, node Node, comments []*CommentGroup) CommentMap {
148 cmap := make(CommentMap)
246 func (cmap CommentMap) Update(old, new Node) Node {
258 func (cmap CommentMap) Filter(node Node) CommentMap {
259 umap := make(CommentMap)
272 func (cmap CommentMap) Comments() []*CommentGroup {
317 func (cmap CommentMap) String() string {
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/go/ast/
H A Dcommentmap.go35 type CommentMap map[Node][]*CommentGroup type
37 func (cmap CommentMap) addComment(n Node, c *CommentGroup) {
143 func NewCommentMap(fset *token.FileSet, node Node, comments []*CommentGroup) CommentMap {
148 cmap := make(CommentMap)
246 func (cmap CommentMap) Update(old, new Node) Node {
258 func (cmap CommentMap) Filter(node Node) CommentMap {
259 umap := make(CommentMap)
272 func (cmap CommentMap) Comments() []*CommentGroup {
317 func (cmap CommentMap) String() string {
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/go/ast/
H A Dcommentmap.go35 type CommentMap map[Node][]*CommentGroup type
37 func (cmap CommentMap) addComment(n Node, c *CommentGroup) {
143 func NewCommentMap(fset *token.FileSet, node Node, comments []*CommentGroup) CommentMap {
148 cmap := make(CommentMap)
246 func (cmap CommentMap) Update(old, new Node) Node {
258 func (cmap CommentMap) Filter(node Node) CommentMap {
259 umap := make(CommentMap)
272 func (cmap CommentMap) Comments() []*CommentGroup {
317 func (cmap CommentMap) String() string {
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/go/ast/
H A Dcommentmap.go35 type CommentMap map[Node][]*CommentGroup type
37 func (cmap CommentMap) addComment(n Node, c *CommentGroup) {
143 func NewCommentMap(fset *token.FileSet, node Node, comments []*CommentGroup) CommentMap {
148 cmap := make(CommentMap)
246 func (cmap CommentMap) Update(old, new Node) Node {
258 func (cmap CommentMap) Filter(node Node) CommentMap {
259 umap := make(CommentMap)
272 func (cmap CommentMap) Comments() []*CommentGroup {
317 func (cmap CommentMap) String() string {
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/go/ast/
H A Dcommentmap.go35 type CommentMap map[Node][]*CommentGroup type
37 func (cmap CommentMap) addComment(n Node, c *CommentGroup) {
143 func NewCommentMap(fset *token.FileSet, node Node, comments []*CommentGroup) CommentMap {
148 cmap := make(CommentMap)
246 func (cmap CommentMap) Update(old, new Node) Node {
258 func (cmap CommentMap) Filter(node Node) CommentMap {
259 umap := make(CommentMap)
272 func (cmap CommentMap) Comments() []*CommentGroup {
317 func (cmap CommentMap) String() string {
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/go/ast/
H A Dcommentmap.go35 type CommentMap map[Node][]*CommentGroup type
37 func (cmap CommentMap) addComment(n Node, c *CommentGroup) {
143 func NewCommentMap(fset *token.FileSet, node Node, comments []*CommentGroup) CommentMap {
148 cmap := make(CommentMap)
246 func (cmap CommentMap) Update(old, new Node) Node {
258 func (cmap CommentMap) Filter(node Node) CommentMap {
259 umap := make(CommentMap)
272 func (cmap CommentMap) Comments() []*CommentGroup {
317 func (cmap CommentMap) String() string {
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/go/ast/
H A Dcommentmap.go35 type CommentMap map[Node][]*CommentGroup type
37 func (cmap CommentMap) addComment(n Node, c *CommentGroup) {
143 func NewCommentMap(fset *token.FileSet, node Node, comments []*CommentGroup) CommentMap {
148 cmap := make(CommentMap)
246 func (cmap CommentMap) Update(old, new Node) Node {
258 func (cmap CommentMap) Filter(node Node) CommentMap {
259 umap := make(CommentMap)
272 func (cmap CommentMap) Comments() []*CommentGroup {
317 func (cmap CommentMap) String() string {
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/go/ast/
H A Dcommentmap.go35 type CommentMap map[Node][]*CommentGroup type
37 func (cmap CommentMap) addComment(n Node, c *CommentGroup) {
143 func NewCommentMap(fset *token.FileSet, node Node, comments []*CommentGroup) CommentMap {
148 cmap := make(CommentMap)
246 func (cmap CommentMap) Update(old, new Node) Node {
258 func (cmap CommentMap) Filter(node Node) CommentMap {
259 umap := make(CommentMap)
272 func (cmap CommentMap) Comments() []*CommentGroup {
317 func (cmap CommentMap) String() string {
/dports/devel/riscv64-gcc/gcc-8.3.0/libgo/go/go/ast/
H A Dcommentmap.go35 type CommentMap map[Node][]*CommentGroup type
37 func (cmap CommentMap) addComment(n Node, c *CommentGroup) {
143 func NewCommentMap(fset *token.FileSet, node Node, comments []*CommentGroup) CommentMap {
148 cmap := make(CommentMap)
246 func (cmap CommentMap) Update(old, new Node) Node {
258 func (cmap CommentMap) Filter(node Node) CommentMap {
259 umap := make(CommentMap)
272 func (cmap CommentMap) Comments() []*CommentGroup {
317 func (cmap CommentMap) String() string {
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/go/ast/
H A Dcommentmap.go35 type CommentMap map[Node][]*CommentGroup type
37 func (cmap CommentMap) addComment(n Node, c *CommentGroup) {
143 func NewCommentMap(fset *token.FileSet, node Node, comments []*CommentGroup) CommentMap {
148 cmap := make(CommentMap)
246 func (cmap CommentMap) Update(old, new Node) Node {
258 func (cmap CommentMap) Filter(node Node) CommentMap {
259 umap := make(CommentMap)
272 func (cmap CommentMap) Comments() []*CommentGroup {
317 func (cmap CommentMap) String() string {
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/go/ast/
H A Dcommentmap.go35 type CommentMap map[Node][]*CommentGroup type
37 func (cmap CommentMap) addComment(n Node, c *CommentGroup) {
143 func NewCommentMap(fset *token.FileSet, node Node, comments []*CommentGroup) CommentMap {
148 cmap := make(CommentMap)
246 func (cmap CommentMap) Update(old, new Node) Node {
258 func (cmap CommentMap) Filter(node Node) CommentMap {
259 umap := make(CommentMap)
272 func (cmap CommentMap) Comments() []*CommentGroup {
317 func (cmap CommentMap) String() string {
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/go/ast/
H A Dcommentmap.go35 type CommentMap map[Node][]*CommentGroup
37 func (cmap CommentMap) addComment(n Node, c *CommentGroup) {
143 func NewCommentMap(fset *token.FileSet, node Node, comments []*CommentGroup) CommentMap {
148 cmap := make(CommentMap)
246 func (cmap CommentMap) Update(old, new Node) Node {
258 func (cmap CommentMap) Filter(node Node) CommentMap {
259 umap := make(CommentMap)
272 func (cmap CommentMap) Comments() []*CommentGroup {
317 func (cmap CommentMap) String() string {
/dports/lang/gcc9/gcc-9.4.0/libgo/go/go/ast/
H A Dcommentmap.go35 type CommentMap map[Node][]*CommentGroup type
37 func (cmap CommentMap) addComment(n Node, c *CommentGroup) {
143 func NewCommentMap(fset *token.FileSet, node Node, comments []*CommentGroup) CommentMap {
148 cmap := make(CommentMap)
246 func (cmap CommentMap) Update(old, new Node) Node {
258 func (cmap CommentMap) Filter(node Node) CommentMap {
259 umap := make(CommentMap)
272 func (cmap CommentMap) Comments() []*CommentGroup {
317 func (cmap CommentMap) String() string {

12345678