Searched refs:CXSourceRangeList (Results 1 – 3 of 3) sorted by relevance
618 } CXSourceRangeList; typedef626 CINDEX_LINKAGE CXSourceRangeList *clang_getSkippedRanges(CXTranslationUnit tu,632 CINDEX_LINKAGE void clang_disposeSourceRangeList(CXSourceRangeList *ranges);
7717 CXSourceRangeList *clang_getSkippedRanges(CXTranslationUnit TU, CXFile file) { in clang_getSkippedRanges()7718 CXSourceRangeList *skipped = new CXSourceRangeList; in clang_getSkippedRanges()7756 void clang_disposeSourceRangeList(CXSourceRangeList *ranges) { in clang_disposeSourceRangeList()
3592 CXSourceRangeList *skipped_ranges = 0; in perform_token_annotation()