Lines Matching refs:get
39 In particular, we can get very confused by /* and // inside strings!
1029 return (_global_error_suppressions.get(category, False) or
1030 linenum in _error_suppressions.get(category, set()) or
1031 linenum in _error_suppressions.get(None, set()))
1574 the name so that we get header guards that don't include things like
1868 # Having // <empty> comments makes the lines non-empty, so we will not get
1902 # get rid of /* ... */
2865 # get false negatives when existing comment is a substring of the
3264 # get in the way of brace matching. See the testBuildClass test in
3561 of vertical space and comments just to get through a lint check.
3784 # get rid of comments and strings
3840 # there's too little whitespace, we get concerned. It's hard to tell,
4248 line = clean_lines.elided[linenum] # get rid of comments and strings
4490 # nested blocks with trailing semicolons, we will get the error
4892 # The "$Id:...$" comment may also get very long without it being the
4895 # Doxygen documentation copying can get pretty long when using an overloaded
5106 # filename. Otherwise we get an erroneous error "...should include its
5169 # Give opening punctuations to get the matching close-punctuations.
6641 # The -1 accounts for the extra trailing blank line we get from split()