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