Searched refs:is_preprocessing (Results 1 – 2 of 2) sorted by relevance
30 assert CursorKind.PREPROCESSING_DIRECTIVE.is_preprocessing()31 assert not CursorKind.TYPE_REF.is_preprocessing()
604 def is_preprocessing(self): member in CursorKind