Home
last modified time | relevance | path

Searched refs:clang_getModuleForFile (Results 1 – 9 of 9) 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/llvm-project/clang/tools/libclang/
Dlibclang.exports252 clang_getModuleForFile
DCIndex.cpp8383 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/llvm-project/clang/include/clang-c/
DIndex.h4690 CINDEX_LINKAGE CXModule clang_getModuleForFile(CXTranslationUnit, CXFile);
/external/rust/crates/clang-sys/src/
Dlib.rs2076 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()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c3650 Mod = clang_getModuleForFile(index_data->TU, (CXFile)info->file); in index_ppIncludedFile()