Searched refs:containsDecl (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp614 if (Record->containsDecl(ND))
622 if (BSTy->getDecl()->containsDecl(ND))
H A DSemaExpr.cpp330 if (LangOpts.OpenMP && DRD && !CurContext->containsDecl(D) &&
343 if (LangOpts.OpenMP && DMD && !CurContext->containsDecl(D) &&
4403 if (DC->containsDecl(TT->getDecl()))
5544 if (DC->containsDecl(TT->getDecl()))
H A DSemaDecl.cpp9251 if (!TagDC->containsDecl(TD))
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1450 bool DeclContext::containsDecl(Decl *D) const { function in class:DeclContext
1458 return containsDecl(D);
H A DASTImporter.cpp1815 assert(ToDC == ToD->getLexicalDeclContext() && ToDC->containsDecl(ToD));
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2263 bool containsDecl(Decl *D) const;

Completed in 315 milliseconds