Home | History | Annotate | Download | only in checkers

Lines Matching refs:_IncludeState

117 # _IncludeState.check_next_include_order().
297 class _IncludeState(dict):
300 As a dict, an _IncludeState object serves as a mapping between include
345 file_is_header: Whether the file that owns this _IncludeState is itself a header
2888 include_state: An _IncludeState instance in which the headers are inserted.
2973 include_state: An _IncludeState instance in which the headers are inserted.
3080 include_state: An _IncludeState instance in which the headers are inserted.
3601 include_state: an _IncludeState instance in which the headers are inserted.
3638 include_state: An _IncludeState instance.
3725 include_state: An _IncludeState instance in which the headers are inserted.
3769 include_state = _IncludeState()