Home | History | Annotate | Download | only in checkers

Lines Matching full:namespaces

1927     """Looks for indentation errors inside of namespaces.
2905 # Check for use of unnamed namespaces in header files. Registration
2911 error(line_number, 'build/namespaces', 4,
2912 'Do not use unnamed namespaces in header files. See '
2913 'http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Namespaces'
3425 'build/namespaces',