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

References

tools/clang/lib/Sema/SemaDeclObjC.cpp
 2058   ProcessDeclAttributeList(TUScope, IMPDecl, Attrs);
 2059   AddPragmaAttributes(TUScope, IMPDecl);
 2061   if (CheckObjCDeclScope(IMPDecl))
 2062     return ActOnObjCContainerStartDefinition(IMPDecl);
 2070     IMPDecl->setInvalidDecl();
 2072     IDecl->setImplementation(IMPDecl);
 2073     PushOnScopeChains(IMPDecl, TUScope);
 2076     DiagnoseObjCImplementedDeprecations(*this, IDecl, IMPDecl->getLocation());
 2088   return ActOnObjCContainerStartDefinition(IMPDecl);