Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1631 bool DeclContext::containsDecl(Decl *D) const { in containsDecl() function in DeclContext
1639 return containsDecl(D); in containsDeclAndLoad()
H A DASTImporter.cpp174 return FromDC->containsDecl(FromChildD); in ignoreChildErrorOnParent()
2107 assert(ToDC == ToD->getLexicalDeclContext() && ToDC->containsDecl(ToD)); in ImportDeclContext()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprMember.cpp678 if (Record->containsDecl(ND)) in ValidateCandidate()
685 if (BSTy->getDecl()->containsDecl(ND)) in ValidateCandidate()
H A DSemaExpr.cpp338 if (LangOpts.OpenMP && DRD && !CurContext->containsDecl(D) && in DiagnoseUseOfDecl()
4577 if (DC->containsDecl(TT->getDecl())) in CheckUnaryExprOrTypeTraitOperand()
5289 if (DC->containsDecl(TT->getDecl())) in CreateBuiltinArraySubscriptExpr()
H A DSemaDecl.cpp10197 if (!TagDC->containsDecl(TD)) in ActOnFunctionDeclarator()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2547 bool containsDecl(Decl *D) const;
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp4871 if (!RD->containsDecl(DD.getDecl())) { in DiagnoseCountAttributedTypeInUnnamedAnon()