Home
last modified time | relevance | path

Searched refs:clang_disposeSourceRangeList (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports150 clang_disposeSourceRangeList
H A DCIndex.cpp8893 void clang_disposeSourceRangeList(CXSourceRangeList *ranges) { in clang_disposeSourceRangeList() function
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h724 CINDEX_LINKAGE void clang_disposeSourceRangeList(CXSourceRangeList *ranges);
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c4262 clang_disposeSourceRangeList(skipped_ranges); in perform_token_annotation()