Home
last modified time | relevance | path

Searched refs:clang_getSkippedRanges (Results 1 – 10 of 10) sorted by relevance

/external/clang/tools/libclang/
Dlibclang.exports240 clang_getSkippedRanges
DCIndex.cpp7717 CXSourceRangeList *clang_getSkippedRanges(CXTranslationUnit TU, CXFile file) { in clang_getSkippedRanges() function
/external/llvm-project/clang/tools/libclang/
Dlibclang.exports272 clang_getSkippedRanges
DCIndex.cpp8767 CXSourceRangeList *clang_getSkippedRanges(CXTranslationUnit TU, CXFile file) { in clang_getSkippedRanges() function
/external/llvm-project/clang/unittests/libclang/
DLibclangTest.cpp657 Ranges = clang_getSkippedRanges(ClangTU, cxf); in TEST_F()
665 Ranges = clang_getSkippedRanges(ClangTU, cxf); in TEST_F()
/external/clang/include/clang-c/
DIndex.h626 CINDEX_LINKAGE CXSourceRangeList *clang_getSkippedRanges(CXTranslationUnit tu,
/external/llvm-project/clang/include/clang-c/
DIndex.h708 CINDEX_LINKAGE CXSourceRangeList *clang_getSkippedRanges(CXTranslationUnit tu,
/external/rust/crates/clang-sys/src/
Dlib.rs2096 pub fn clang_getSkippedRanges(tu: CXTranslationUnit, file: CXFile) -> *mut CXSourceRangeList;
/external/clang/tools/c-index-test/
Dc-index-test.c3685 skipped_ranges = clang_getSkippedRanges(TU, file); in perform_token_annotation()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c4234 skipped_ranges = clang_getSkippedRanges(TU, file); in perform_token_annotation()