Searched refs:CXMod (Results 1 – 1 of 1) sorted by relevance
8744 CXFile clang_Module_getASTFile(CXModule CXMod) { in clang_Module_getASTFile() argument8745 if (!CXMod) in clang_Module_getASTFile()8747 Module *Mod = static_cast<Module *>(CXMod); in clang_Module_getASTFile()8753 CXModule clang_Module_getParent(CXModule CXMod) { in clang_Module_getParent() argument8754 if (!CXMod) in clang_Module_getParent()8756 Module *Mod = static_cast<Module *>(CXMod); in clang_Module_getParent()8760 CXString clang_Module_getName(CXModule CXMod) { in clang_Module_getName() argument8761 if (!CXMod) in clang_Module_getName()8763 Module *Mod = static_cast<Module *>(CXMod); in clang_Module_getName()8767 CXString clang_Module_getFullName(CXModule CXMod) { in clang_Module_getFullName() argument[all …]