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

References

tools/clang/lib/ARCMigrate/ObjCMT.cpp
 1856          D != DEnd; ++D) {
 1856          D != DEnd; ++D) {
 1857       FileID FID = PP.getSourceManager().getFileID((*D)->getLocation());
 1864       if (ObjCInterfaceDecl *CDecl = dyn_cast<ObjCInterfaceDecl>(*D))
 1867       if (ObjCCategoryDecl *CatDecl = dyn_cast<ObjCCategoryDecl>(*D)) {
 1871       else if (ObjCProtocolDecl *PDecl = dyn_cast<ObjCProtocolDecl>(*D)) {
 1877                dyn_cast<ObjCImplementationDecl>(*D)) {
 1882       else if (const EnumDecl *ED = dyn_cast<EnumDecl>(*D)) {
 1887         DeclContext::decl_iterator N = D;
 1891             D++;
 1896       else if (const TypedefDecl *TD = dyn_cast<TypedefDecl>(*D)) {
 1901         DeclContext::decl_iterator N = D;
 1910                   ++D; ++D;
 1910                   ++D; ++D;
 1916               ++D;
 1923       else if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(*D)) {
 1929       if (ObjCContainerDecl *CDecl = dyn_cast<ObjCContainerDecl>(*D)) {
 1942             ImplD = dyn_cast<ObjCImplementationDecl>(*D)) {