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

References

tools/clang/lib/Sema/SemaDeclObjC.cpp
 1809   if (!IDecl
 1810       || RequireCompleteType(ClassLoc, Context.getObjCInterfaceType(IDecl),
 1818                                      IDecl, typeParamList);
 1822     if (!IDecl)
 1827   if (!CategoryName && IDecl->getImplementation()) {
 1829     Diag(IDecl->getImplementation()->getLocation(),
 1836           = IDecl->FindCategoryDeclaration(CategoryName)) {
 1846     if (auto prevTypeParamList = IDecl->getTypeParamList()) {
 1864                                    ClassLoc, CategoryLoc, CategoryName, IDecl,
 1882      IDecl->mergeClassExtensionProtocolList((ObjCProtocolDecl*const*)ProtoRefs,