Searched refs:CXCursor_LastPreprocessing (Results 1 – 6 of 6) sorted by relevance
2370 CXCursor_LastPreprocessing = CXCursor_InclusionDirective, enumerator
2221 CXCursor_LastPreprocessing = CXCursor_InclusionDirective, enumerator
2211 CXCursor_LastPreprocessing = CXCursor_InclusionDirective, enumerator
2220 CXCursor_LastPreprocessing = CXCursor_InclusionDirective, enumerator
5127 return K >= CXCursor_FirstPreprocessing && K <= CXCursor_LastPreprocessing; in clang_isPreprocessing()