Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports220 clang_getModuleForFile
DCIndex.cpp7346 CXModule clang_getModuleForFile(CXTranslationUnit TU, CXFile File) { in clang_getModuleForFile() function
/external/clang/include/clang-c/
DIndex.h4045 CINDEX_LINKAGE CXModule clang_getModuleForFile(CXTranslationUnit, CXFile);
/external/rust/android-crates-io/crates/clang-sys/src/
Dlib.rs2288 pub fn clang_getModuleForFile(tu: CXTranslationUnit, file: CXFile) -> CXModule;
/external/clang/tools/c-index-test/
Dc-index-test.c3109 Mod = clang_getModuleForFile(index_data->TU, (CXFile)info->file); in index_ppIncludedFile()