Home | History | Annotate | Download | only in tools

Lines Matching full:is_system

2993 def _ClassifyInclude(fileinfo, include, is_system):
2999 is_system: True if the #include used <> rather than "".
3022 if is_system:
3083 is_system = (match.group(1) == '<')
3103 _ClassifyInclude(fileinfo, include, is_system))