Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DCIndex.cpp8744 CXFile clang_Module_getASTFile(CXModule CXMod) { in clang_Module_getASTFile() argument
8745 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() argument
8754 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() argument
8761 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 …]