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