Searched refs:is_preprocessing (Results 1 - 2 of 2) sorted by relevance

/external/clang/bindings/python/tests/cindex/
H A Dtest_cursor_kind.py29 assert CursorKind.PREPROCESSING_DIRECTIVE.is_preprocessing()
30 assert not CursorKind.TYPE_REF.is_preprocessing()
/external/clang/bindings/python/clang/
H A Dcindex.py570 def is_preprocessing(self): member in class:CursorKind

Completed in 94 milliseconds