Searched refs:CXSourceRangeList (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang-c/
H A DIndex.h712 } CXSourceRangeList; typedef in typeref:struct:__anon179
720 CINDEX_LINKAGE CXSourceRangeList *clang_getSkippedRanges(CXTranslationUnit tu,
730 CINDEX_LINKAGE CXSourceRangeList *clang_getAllSkippedRanges(CXTranslationUnit tu);
733 * Destroy the given \c CXSourceRangeList.
735 CINDEX_LINKAGE void clang_disposeSourceRangeList(CXSourceRangeList *ranges);

Completed in 152 milliseconds