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

References

tools/clang/lib/Sema/SemaCodeComplete.cpp
 7296   if (!Container || (!isa<ObjCImplementationDecl>(Container) &&
 7296   if (!Container || (!isa<ObjCImplementationDecl>(Container) &&
 7297                      !isa<ObjCCategoryImplDecl>(Container)))
 7301   Container = getContainerDef(Container);
 7301   Container = getContainerDef(Container);
 7302   for (const auto *D : Container->decls())
 7310           dyn_cast<ObjCImplementationDecl>(Container))
 7316                       cast<ObjCCategoryImplDecl>(Container)->getCategoryDecl(),