Searched refs:CXSourceRangeList (Results 1 – 8 of 8) 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);
372 CXSourceRangeList *Ranges = clang_getAllSkippedRanges(ClangTU); in TEST_F()627 CXSourceRangeList *Ranges = clang_getAllSkippedRanges(ClangTU); in TEST_F()
1576 pub struct CXSourceRangeList { struct1581 default!(CXSourceRangeList); argument1951 pub fn clang_disposeSourceRangeList(list: *mut CXSourceRangeList);1975 pub fn clang_getAllSkippedRanges(tu: CXTranslationUnit) -> *mut CXSourceRangeList;2096 pub fn clang_getSkippedRanges(tu: CXTranslationUnit, file: CXFile) -> *mut CXSourceRangeList;
618 } CXSourceRangeList; typedef626 CINDEX_LINKAGE CXSourceRangeList *clang_getSkippedRanges(CXTranslationUnit tu,632 CINDEX_LINKAGE void clang_disposeSourceRangeList(CXSourceRangeList *ranges);
8767 CXSourceRangeList *clang_getSkippedRanges(CXTranslationUnit TU, CXFile file) { in clang_getSkippedRanges()8768 CXSourceRangeList *skipped = new CXSourceRangeList; in clang_getSkippedRanges()8813 CXSourceRangeList *clang_getAllSkippedRanges(CXTranslationUnit TU) { in clang_getAllSkippedRanges()8814 CXSourceRangeList *skipped = new CXSourceRangeList; in clang_getAllSkippedRanges()8841 void clang_disposeSourceRangeList(CXSourceRangeList *ranges) { in clang_disposeSourceRangeList()
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()
4140 CXSourceRangeList *skipped_ranges = 0; in perform_token_annotation()