Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DODRHash.cpp489 for (Decl *SubDecl : Record->decls()) { in AddCXXRecordDecl()
490 if (isDeclToBeProcessed(SubDecl, Record)) { in AddCXXRecordDecl()
491 Decls.push_back(SubDecl); in AddCXXRecordDecl()
492 if (auto *Function = dyn_cast<FunctionDecl>(SubDecl)) { in AddCXXRecordDecl()
500 for (auto SubDecl : Decls) { in AddCXXRecordDecl() local
501 AddSubDecl(SubDecl); in AddCXXRecordDecl()
590 for (Decl *SubDecl : Function->decls()) { in AddFunctionDecl()
591 if (isDeclToBeProcessed(SubDecl, Function)) { in AddFunctionDecl()
592 Decls.push_back(SubDecl); in AddFunctionDecl()
597 for (auto SubDecl : Decls) { in AddFunctionDecl() local
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp1049 for (auto *SubDecl : D->decls()) { in VisitObjCContainerDecl() local
1050 if (!SubDecl || SubDecl->getLexicalDeclContext() != D || in VisitObjCContainerDecl()
1051 SubDecl->getBeginLoc().isInvalid()) in VisitObjCContainerDecl()
1053 DeclsInContainer.push_back(SubDecl); in VisitObjCContainerDecl()