Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/AST/
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 …]
/external/clang/tools/libclang/
DCIndex.cpp1009 for (auto *SubDecl : D->decls()) { in VisitObjCContainerDecl() local
1010 if (!SubDecl || SubDecl->getLexicalDeclContext() != D || in VisitObjCContainerDecl()
1011 SubDecl->getLocStart().isInvalid()) in VisitObjCContainerDecl()
1013 DeclsInContainer.push_back(SubDecl); in VisitObjCContainerDecl()
/external/llvm-project/clang/tools/libclang/
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()