Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A Dlibclang.map313 clang_getModuleForFile;
H A DCIndex.cpp8728 CXModule clang_getModuleForFile(CXTranslationUnit TU, CXFile File) { in clang_getModuleForFile() function
/openbsd-src/gnu/llvm/clang/include/clang-c/
H A DIndex.h4170 CINDEX_LINKAGE CXModule clang_getModuleForFile(CXTranslationUnit, CXFile);
/openbsd-src/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c3692 Mod = clang_getModuleForFile(index_data->TU, (CXFile)info->file); in index_ppIncludedFile()