Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DODRHash.cpp479 for (Decl *SubDecl : Record->decls()) { in AddCXXRecordDecl()
481 Decls.push_back(SubDecl); in AddCXXRecordDecl()
490 for (auto SubDecl : Decls) { in AddCXXRecordDecl() local
491 AddSubDecl(SubDecl); in AddCXXRecordDecl()
582 Decls.push_back(SubDecl); in AddFunctionDecl()
587 for (auto SubDecl : Decls) { in AddFunctionDecl() local
588 AddSubDecl(SubDecl); in AddFunctionDecl()
606 for (Decl *SubDecl : Enum->decls()) { in AddEnumDecl()
609 Decls.push_back(SubDecl); in AddEnumDecl()
614 for (auto SubDecl : Decls) { in AddEnumDecl() local
[all …]