Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports57 clang_Module_getFullName
H A DCIndex.cpp8474 CXString clang_Module_getFullName(CXModule CXMod) { in clang_Module_getFullName() function
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c2961 name = clang_Module_getFullName(mod); in inspect_print_cursor()
3669 CXString str = clang_Module_getFullName(Mod); in index_ppIncludedFile()
3695 CXString name = clang_Module_getFullName(info->module); in index_importedASTFile()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h4740 CINDEX_LINKAGE CXString clang_Module_getFullName(CXModule Module);