Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
DCIndex.cpp7362 CXFile clang_Module_getASTFile(CXModule CXMod) { in clang_Module_getASTFile() argument
7363 if (!CXMod) in clang_Module_getASTFile()
7365 Module *Mod = static_cast<Module*>(CXMod); in clang_Module_getASTFile()
7369 CXModule clang_Module_getParent(CXModule CXMod) { in clang_Module_getParent() argument
7370 if (!CXMod) in clang_Module_getParent()
7372 Module *Mod = static_cast<Module*>(CXMod); in clang_Module_getParent()
7376 CXString clang_Module_getName(CXModule CXMod) { in clang_Module_getName() argument
7377 if (!CXMod) in clang_Module_getName()
7379 Module *Mod = static_cast<Module*>(CXMod); in clang_Module_getName()
7383 CXString clang_Module_getFullName(CXModule CXMod) { in clang_Module_getFullName() argument
[all …]
/external/llvm-project/clang/tools/libclang/
DCIndex.cpp8399 CXFile clang_Module_getASTFile(CXModule CXMod) { in clang_Module_getASTFile() argument
8400 if (!CXMod) in clang_Module_getASTFile()
8402 Module *Mod = static_cast<Module *>(CXMod); in clang_Module_getASTFile()
8408 CXModule clang_Module_getParent(CXModule CXMod) { in clang_Module_getParent() argument
8409 if (!CXMod) in clang_Module_getParent()
8411 Module *Mod = static_cast<Module *>(CXMod); in clang_Module_getParent()
8415 CXString clang_Module_getName(CXModule CXMod) { in clang_Module_getName() argument
8416 if (!CXMod) in clang_Module_getName()
8418 Module *Mod = static_cast<Module *>(CXMod); in clang_Module_getName()
8422 CXString clang_Module_getFullName(CXModule CXMod) { in clang_Module_getFullName() argument
[all …]