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