Home
last modified time | relevance | path

Searched refs:clang_Module_getNumTopLevelHeaders (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/clang/tools/libclang/
H A Dlibclang.exports48 clang_Module_getNumTopLevelHeaders
H A DCIndex.cpp7397 unsigned clang_Module_getNumTopLevelHeaders(CXTranslationUnit TU, in clang_Module_getNumTopLevelHeaders() function
/aosp_15_r20/external/clang/include/clang-c/
H A DIndex.h4089 CINDEX_LINKAGE unsigned clang_Module_getNumTopLevelHeaders(CXTranslationUnit,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-c/
DIndex.h4394 CINDEX_LINKAGE unsigned clang_Module_getNumTopLevelHeaders(CXTranslationUnit,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-c/
DIndex.h4382 CINDEX_LINKAGE unsigned clang_Module_getNumTopLevelHeaders(CXTranslationUnit,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-c/
DIndex.h4392 CINDEX_LINKAGE unsigned clang_Module_getNumTopLevelHeaders(CXTranslationUnit,
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-c/
DIndex.h4392 CINDEX_LINKAGE unsigned clang_Module_getNumTopLevelHeaders(CXTranslationUnit,
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/src/
Dlib.rs2054 pub fn clang_Module_getNumTopLevelHeaders(tu: CXTranslationUnit, module: CXModule) -> c_uint;
/aosp_15_r20/external/clang/tools/c-index-test/
H A Dc-index-test.c2436 numHeaders = clang_Module_getNumTopLevelHeaders(TU, mod); in inspect_print_cursor()