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

References

tools/clang/lib/Sema/SemaDeclObjC.cpp
 1901     CatIDecl = IDecl->FindCategoryDeclaration(CatName);
 1902     if (!CatIDecl) {
 1905       CatIDecl = ObjCCategoryDecl::Create(Context, CurContext, AtCatImplLoc,
 1909       CatIDecl->setImplicit();
 1939   if (CatIDecl) {
 1940     if (CatIDecl->getImplementation()) {
 1943       Diag(CatIDecl->getImplementation()->getLocation(),
 1947       CatIDecl->setImplementation(CDecl);
 1950       DiagnoseObjCImplementedDeprecations(*this, CatIDecl,