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

References

tools/clang/lib/Sema/SemaDeclObjC.cpp
 3902         isa<ObjCInterfaceDecl>(ClassDecl) || isa<ObjCCategoryDecl>(ClassDecl)
 3902         isa<ObjCInterfaceDecl>(ClassDecl) || isa<ObjCCategoryDecl>(ClassDecl)
 3903          || isa<ObjCProtocolDecl>(ClassDecl);
 3904   bool checkIdenticalMethods = isa<ObjCImplementationDecl>(ClassDecl);
 3964   if (isa<ObjCInterfaceDecl>(ClassDecl)) {
 3966   } else if (ObjCCategoryDecl *C = dyn_cast<ObjCCategoryDecl>(ClassDecl)) {
 3976   if (ObjCContainerDecl *CDecl = dyn_cast<ObjCContainerDecl>(ClassDecl)) {
 3985   if (ObjCImplementationDecl *IC=dyn_cast<ObjCImplementationDecl>(ClassDecl)) {
 4074                                    dyn_cast<ObjCCategoryImplDecl>(ClassDecl)) {
 4085   } else if (const auto *IntfDecl = dyn_cast<ObjCInterfaceDecl>(ClassDecl)) {
 4119   ActOnDocumentableDecl(ClassDecl);
 4120   return ClassDecl;