Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports40 clang_Module_getFullName
DCIndex.cpp6748 CXString clang_Module_getFullName(CXModule CXMod) { in clang_Module_getFullName() function
/external/clang/tools/c-index-test/
Dc-index-test.c2317 name = clang_Module_getFullName(mod); in inspect_cursor_at()
2896 CXString str = clang_Module_getFullName(Mod); in index_ppIncludedFile()
2922 CXString name = clang_Module_getFullName(info->module); in index_importedASTFile()
/external/clang/include/clang-c/
DIndex.h3897 CINDEX_LINKAGE CXString clang_Module_getFullName(CXModule Module);