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