Home | History | Annotate | Download | only in tools

Lines Matching refs:is_system

2967 def _ClassifyInclude(fileinfo, include, is_system):
2973 is_system: True if the #include used <> rather than "".
2996 if is_system:
3057 is_system = (match.group(1) == '<')
3077 _ClassifyInclude(fileinfo, include, is_system))