Searched refs:CXMod (Results 1 – 1 of 1) sorted by relevance
8451 CXFile clang_Module_getASTFile(CXModule CXMod) { in clang_Module_getASTFile() argument8452 if (!CXMod) in clang_Module_getASTFile()8454 Module *Mod = static_cast<Module *>(CXMod); in clang_Module_getASTFile()8460 CXModule clang_Module_getParent(CXModule CXMod) { in clang_Module_getParent() argument8461 if (!CXMod) in clang_Module_getParent()8463 Module *Mod = static_cast<Module *>(CXMod); in clang_Module_getParent()8467 CXString clang_Module_getName(CXModule CXMod) { in clang_Module_getName() argument8468 if (!CXMod) in clang_Module_getName()8470 Module *Mod = static_cast<Module *>(CXMod); in clang_Module_getName()8474 CXString clang_Module_getFullName(CXModule CXMod) { in clang_Module_getFullName() argument[all …]