Searched refs:CXSourceRangeList (Results 1 – 3 of 3) sorted by relevance
700 } CXSourceRangeList; typedef708 CINDEX_LINKAGE CXSourceRangeList *clang_getSkippedRanges(CXTranslationUnit tu,718 CINDEX_LINKAGE CXSourceRangeList *724 CINDEX_LINKAGE void clang_disposeSourceRangeList(CXSourceRangeList *ranges);
8819 CXSourceRangeList *clang_getSkippedRanges(CXTranslationUnit TU, CXFile file) { in clang_getSkippedRanges()8820 CXSourceRangeList *skipped = new CXSourceRangeList; in clang_getSkippedRanges()8865 CXSourceRangeList *clang_getAllSkippedRanges(CXTranslationUnit TU) { in clang_getAllSkippedRanges()8866 CXSourceRangeList *skipped = new CXSourceRangeList; in clang_getAllSkippedRanges()8893 void clang_disposeSourceRangeList(CXSourceRangeList *ranges) { in clang_disposeSourceRangeList()
4157 CXSourceRangeList *skipped_ranges = 0; in perform_token_annotation()