Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp489 for (Decl *SubDecl : Record->decls()) { in AddCXXRecordDecl()
491 Decls.push_back(SubDecl); in AddCXXRecordDecl()
500 for (auto SubDecl : Decls) { in AddCXXRecordDecl() local
501 AddSubDecl(SubDecl); in AddCXXRecordDecl()
592 Decls.push_back(SubDecl); in AddFunctionDecl()
597 for (auto SubDecl : Decls) { in AddFunctionDecl() local
598 AddSubDecl(SubDecl); in AddFunctionDecl()
616 for (Decl *SubDecl : Enum->decls()) { in AddEnumDecl()
619 Decls.push_back(SubDecl); in AddEnumDecl()
624 for (auto SubDecl : Decls) { in AddEnumDecl() local
[all …]