OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_preprocessing
(Results
1 - 2
of
2
) sorted by null
/external/clang/bindings/python/tests/cindex/
test_cursor_kind.py
30
assert CursorKind.PREPROCESSING_DIRECTIVE.
is_preprocessing
()
31
assert not CursorKind.TYPE_REF.
is_preprocessing
()
/external/clang/bindings/python/clang/
cindex.py
587
def
is_preprocessing
(self):
member in class:CursorKind
[
all
...]
Completed in 6868 milliseconds