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

References

tools/clang/lib/Frontend/Rewrite/RewriteObjC.cpp
 5614   ObjCInterfaceDecl *ClassDecl = IDecl->getClassInterface();
 5617     = ClassDecl->FindCategoryDeclaration(IDecl->getIdentifier());
 5621   FullCategoryName += IDecl->getNameAsString();
 5624   SmallVector<ObjCMethodDecl *, 32> InstanceMethods(IDecl->instance_methods());
 5628   for (const auto *Prop : IDecl->property_impls()) {
 5647   RewriteObjCMethodsMetaData(IDecl->classmeth_begin(), IDecl->classmeth_end(),
 5647   RewriteObjCMethodsMetaData(IDecl->classmeth_begin(), IDecl->classmeth_end(),
 5684   Result += IDecl->getNameAsString();
 5689   if (IDecl->instmeth_begin() != IDecl->instmeth_end()) {
 5689   if (IDecl->instmeth_begin() != IDecl->instmeth_end()) {
 5697   if (IDecl->classmeth_begin() != IDecl->classmeth_end()) {
 5697   if (IDecl->classmeth_begin() != IDecl->classmeth_end()) {