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

References

tools/clang/lib/Sema/SemaCodeComplete.cpp
 7335   if (!Container || (!isa<ObjCImplementationDecl>(Container) &&
 7335   if (!Container || (!isa<ObjCImplementationDecl>(Container) &&
 7336                      !isa<ObjCCategoryImplDecl>(Container)))
 7342           dyn_cast<ObjCImplementationDecl>(Container))
 7345     Class = cast<ObjCCategoryImplDecl>(Container)