Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports209 clang_getModuleForFile
DCIndex.cpp6711 CXModule clang_getModuleForFile(CXTranslationUnit TU, CXFile File) { in clang_getModuleForFile() function
/external/clang/include/clang-c/
DIndex.h3867 CINDEX_LINKAGE CXModule clang_getModuleForFile(CXTranslationUnit, CXFile);
/external/clang/tools/c-index-test/
Dc-index-test.c2894 Mod = clang_getModuleForFile(index_data->TU, (CXFile)info->file); in index_ppIncludedFile()