Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndex.cpp6727 CXFile clang_Module_getASTFile(CXModule CXMod) { in clang_Module_getASTFile() argument
6728 if (!CXMod) in clang_Module_getASTFile()
6730 Module *Mod = static_cast<Module*>(CXMod); in clang_Module_getASTFile()
6734 CXModule clang_Module_getParent(CXModule CXMod) { in clang_Module_getParent() argument
6735 if (!CXMod) in clang_Module_getParent()
6737 Module *Mod = static_cast<Module*>(CXMod); in clang_Module_getParent()
6741 CXString clang_Module_getName(CXModule CXMod) { in clang_Module_getName() argument
6742 if (!CXMod) in clang_Module_getName()
6744 Module *Mod = static_cast<Module*>(CXMod); in clang_Module_getName()
6748 CXString clang_Module_getFullName(CXModule CXMod) { in clang_Module_getFullName() argument
[all …]