Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports45 clang_Module_getParent
DCIndex.cpp7369 CXModule clang_Module_getParent(CXModule CXMod) { in clang_Module_getParent() function
/external/llvm-project/clang/tools/libclang/
Dlibclang.exports55 clang_Module_getParent
DCIndex.cpp8408 CXModule clang_Module_getParent(CXModule CXMod) { in clang_Module_getParent() function
/external/clang/include/clang-c/
DIndex.h4060 CINDEX_LINKAGE CXModule clang_Module_getParent(CXModule Module);
/external/llvm-project/clang/include/clang-c/
DIndex.h4705 CINDEX_LINKAGE CXModule clang_Module_getParent(CXModule Module);
/external/rust/crates/clang-sys/src/
Dlib.rs1854 pub fn clang_Module_getParent(module: CXModule) -> CXModule;