Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang-c/
DIndex.h700 } CXSourceRangeList; typedef
708 CINDEX_LINKAGE CXSourceRangeList *clang_getSkippedRanges(CXTranslationUnit tu,
718 CINDEX_LINKAGE CXSourceRangeList *
724 CINDEX_LINKAGE void clang_disposeSourceRangeList(CXSourceRangeList *ranges);
/external/llvm-project/clang/unittests/libclang/
DLibclangTest.cpp372 CXSourceRangeList *Ranges = clang_getAllSkippedRanges(ClangTU); in TEST_F()
627 CXSourceRangeList *Ranges = clang_getAllSkippedRanges(ClangTU); in TEST_F()
/external/rust/crates/clang-sys/src/
Dlib.rs1576 pub struct CXSourceRangeList { struct
1581 default!(CXSourceRangeList); argument
1951 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;
/external/clang/include/clang-c/
DIndex.h618 } CXSourceRangeList; typedef
626 CINDEX_LINKAGE CXSourceRangeList *clang_getSkippedRanges(CXTranslationUnit tu,
632 CINDEX_LINKAGE void clang_disposeSourceRangeList(CXSourceRangeList *ranges);
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp8767 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()
/external/clang/tools/libclang/
DCIndex.cpp7717 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()
/external/clang/tools/c-index-test/
Dc-index-test.c3592 CXSourceRangeList *skipped_ranges = 0; in perform_token_annotation()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c4140 CXSourceRangeList *skipped_ranges = 0; in perform_token_annotation()