Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang-c/
DCXSourceLocation.h278 CINDEX_LINKAGE void clang_disposeSourceRangeList(CXSourceRangeList *ranges);
/openbsd/src/gnu/llvm/clang/tools/libclang/
Dlibclang.map211 clang_disposeSourceRangeList;
DCIndex.cpp9218 void clang_disposeSourceRangeList(CXSourceRangeList *ranges) { in clang_disposeSourceRangeList() function
/openbsd/src/gnu/llvm/clang/tools/c-index-test/
Dc-index-test.c4287 clang_disposeSourceRangeList(skipped_ranges); in perform_token_annotation()