Searched refs:SubDecl (Results 1 – 2 of 2) sorted by relevance
427 for (Decl *SubDecl : Method->decls()) in VisitObjCMethodDecl()428 if (ODRHash::isSubDeclToBeProcessed(SubDecl, Method)) in VisitObjCMethodDecl()429 Decls.push_back(SubDecl); in VisitObjCMethodDecl()432 for (auto SubDecl : Decls) in VisitObjCMethodDecl() local433 Hash.AddSubDecl(SubDecl); in VisitObjCMethodDecl()585 for (Decl *SubDecl : Record->decls()) { in AddCXXRecordDecl()586 if (isSubDeclToBeProcessed(SubDecl, Record)) { in AddCXXRecordDecl()587 Decls.push_back(SubDecl); in AddCXXRecordDecl()588 if (auto *Function = dyn_cast<FunctionDecl>(SubDecl)) { in AddCXXRecordDecl()596 for (auto SubDecl : Decls) { in AddCXXRecordDecl() local[all …]
2095 for (auto *SubDecl : Lambda->decls()) { in VisitLambdaExpr() local2097 if (auto *FTD = dyn_cast<FunctionTemplateDecl>(SubDecl)) in VisitLambdaExpr()2099 else if (auto *FD = dyn_cast<FunctionDecl>(SubDecl)) in VisitLambdaExpr()