reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang-c/Index.h
 4652 CINDEX_LINKAGE CXModule clang_Cursor_getModule(CXCursor C);
 4658 CINDEX_LINKAGE CXModule clang_getModuleForFile(CXTranslationUnit, CXFile);
 4665 CINDEX_LINKAGE CXFile clang_Module_getASTFile(CXModule Module);
 4673 CINDEX_LINKAGE CXModule clang_Module_getParent(CXModule Module);
 4673 CINDEX_LINKAGE CXModule clang_Module_getParent(CXModule Module);
 4681 CINDEX_LINKAGE CXString clang_Module_getName(CXModule Module);
 4688 CINDEX_LINKAGE CXString clang_Module_getFullName(CXModule Module);
 4695 CINDEX_LINKAGE int clang_Module_isSystem(CXModule Module);
 4703                                                            CXModule Module);
 4714                                       CXModule Module, unsigned Index);
 6206   CXModule module;
tools/clang/tools/c-index-test/c-index-test.c
 2918     CXModule mod = clang_Cursor_getModule(Cursor);
 3619   CXModule Mod;
tools/clang/tools/libclang/CIndex.cpp
 8264 CXModule clang_Cursor_getModule(CXCursor C) {
 8274 CXModule clang_getModuleForFile(CXTranslationUnit TU, CXFile File) {
 8290 CXFile clang_Module_getASTFile(CXModule CXMod) {
 8297 CXModule clang_Module_getParent(CXModule CXMod) {
 8297 CXModule clang_Module_getParent(CXModule CXMod) {
 8304 CXString clang_Module_getName(CXModule CXMod) {
 8311 CXString clang_Module_getFullName(CXModule CXMod) {
 8318 int clang_Module_isSystem(CXModule CXMod) {
 8326                                             CXModule CXMod) {
 8340                                       CXModule CXMod, unsigned Index) {