Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports128 clang_disposeSourceRangeList
DCIndex.cpp7756 void clang_disposeSourceRangeList(CXSourceRangeList *ranges) { in clang_disposeSourceRangeList() function
/external/clang/include/clang-c/
DIndex.h632 CINDEX_LINKAGE void clang_disposeSourceRangeList(CXSourceRangeList *ranges);
/external/clang/tools/c-index-test/
Dc-index-test.c3696 clang_disposeSourceRangeList(skipped_ranges); in perform_token_annotation()