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

References

tools/clang/include/clang-c/Index.h
 2655   CXCursor_FirstExtraDecl                = CXCursor_ModuleImportDecl,
tools/clang/lib/Sema/SemaCodeComplete.cpp
 3812     return CXCursor_ModuleImportDecl;
 4027           Builder.TakeString(), CCP_Declaration, CXCursor_ModuleImportDecl,
 4045             Builder.TakeString(), CCP_Declaration, CXCursor_ModuleImportDecl,
tools/clang/tools/extra/clangd/Quality.cpp
  102   case CXCursor_ModuleImportDecl:
tools/clang/tools/libclang/CIndex.cpp
 4698   if (C.kind == CXCursor_ModuleImportDecl) {
 5420   case CXCursor_ModuleImportDecl:
 8265   if (C.kind == CXCursor_ModuleImportDecl) {