Lines Matching refs:inside
705 # have to take care of space removals tools so we can handle comments inside
727 True, if next character appended to 'line' is inside a
747 """We are inside a comment, find the end marker."""
1013 /* ... */ comments are legit inside macros, for one line.
1355 # Since function calls often occur inside if/for/foreach/while/switch
1357 # first see if we should be looking inside such an expression for a
1367 function_call = matched.group(1) # look inside the parens for function calls
1371 # immediately inside parens (eg "f( 3, 4 )"). We make an exception
1476 return # The '(' must have been inside of a template.
1623 variables inside of functions.
1806 # consistent about how many spaces are inside the parens, and
1807 # there should either be zero or one spaces inside the parens.
1927 """Looks for indentation errors inside of namespaces.
1963 'Code inside a namespace should not be indented.')
2030 """Looks for indentation errors inside of switch statements.
2057 # Complexity alarm - another switch statement nested inside the one
2090 'Non-label code inside switch statements should be indented.')
2226 # the same level of indentation as expected from the code inside
2406 tab usage, spaces inside code, etc.
3399 # We check here rather than inside process_line so that we see raw