Home
last modified time | relevance | path

Searched defs:lineComments (Results 1 – 2 of 2) sorted by relevance

/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/comments/
DCommentsCollection.java31 private List<LineComment> lineComments = new LinkedList<LineComment>(); field in CommentsCollection
/external/starlark-go/syntax/
Dscan.go255 lineComments []Comment // list of full line comments (if keepComments) member