Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/tools/libclang/
H A DCIndex.cpp8709 if (!CXMod) in clang_Module_getASTFile()
8711 Module *Mod = static_cast<Module *>(CXMod); in clang_Module_getASTFile()
8718 if (!CXMod) in clang_Module_getParent()
8720 Module *Mod = static_cast<Module *>(CXMod); in clang_Module_getParent()
8725 if (!CXMod) in clang_Module_getName()
8727 Module *Mod = static_cast<Module *>(CXMod); in clang_Module_getName()
8732 if (!CXMod) in clang_Module_getFullName()
8738 int clang_Module_isSystem(CXModule CXMod) { in clang_Module_isSystem() argument
8739 if (!CXMod) in clang_Module_isSystem()
8751 if (!CXMod) in clang_Module_getNumTopLevelHeaders()
[all …]