Home | History | Annotate | Download | only in scripts

Lines Matching full:is_system

2957 def _ClassifyInclude(fileinfo, include, is_system):
2963 is_system: True if the #include used <> rather than "".
2986 if is_system:
3047 is_system = (match.group(1) == '<')
3067 _ClassifyInclude(fileinfo, include, is_system))