Home
last modified time | relevance | path

Searched refs:SubDecl (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp427 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() local
433 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 …]
H A DStmtProfile.cpp2095 for (auto *SubDecl : Lambda->decls()) { in VisitLambdaExpr() local
2097 if (auto *FTD = dyn_cast<FunctionTemplateDecl>(SubDecl)) in VisitLambdaExpr()
2099 else if (auto *FD = dyn_cast<FunctionDecl>(SubDecl)) in VisitLambdaExpr()