Searched refs:CXCursor_FirstPreprocessing (Results 1 – 2 of 2) sorted by relevance
2322 CXCursor_FirstPreprocessing = CXCursor_PreprocessingDirective, enumerator
4762 return K >= CXCursor_FirstPreprocessing && K <= CXCursor_LastPreprocessing; in clang_isPreprocessing()