Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp8451 CXFile clang_Module_getASTFile(CXModule CXMod) { in clang_Module_getASTFile() argument
8452 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() argument
8461 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() argument
8468 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 …]