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