Home
last modified time | relevance | path

Searched refs:clang_getAllSkippedRanges (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang/tools/libclang/
Dlibclang.exports168 clang_getAllSkippedRanges
DCIndex.cpp8813 CXSourceRangeList *clang_getAllSkippedRanges(CXTranslationUnit TU) { in clang_getAllSkippedRanges() function
/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/llvm-project/clang/include/clang-c/
DIndex.h719 clang_getAllSkippedRanges(CXTranslationUnit tu);
/external/rust/crates/clang-sys/src/
Dlib.rs1975 pub fn clang_getAllSkippedRanges(tu: CXTranslationUnit) -> *mut CXSourceRangeList;