Searched refs:CXMod (Results 1 – 1 of 1) sorted by relevance
6663 CXFile clang_Module_getASTFile(CXModule CXMod) { in clang_Module_getASTFile() argument6664 if (!CXMod) in clang_Module_getASTFile()6666 Module *Mod = static_cast<Module*>(CXMod); in clang_Module_getASTFile()6670 CXModule clang_Module_getParent(CXModule CXMod) { in clang_Module_getParent() argument6671 if (!CXMod) in clang_Module_getParent()6673 Module *Mod = static_cast<Module*>(CXMod); in clang_Module_getParent()6677 CXString clang_Module_getName(CXModule CXMod) { in clang_Module_getName() argument6678 if (!CXMod) in clang_Module_getName()6680 Module *Mod = static_cast<Module*>(CXMod); in clang_Module_getName()6684 CXString clang_Module_getFullName(CXModule CXMod) { in clang_Module_getFullName() argument[all …]