Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1678 bool DeclContext::containsDecl(Decl *D) const { in containsDecl() function in DeclContext
1686 return containsDecl(D); in containsDeclAndLoad()
H A DASTImporter.cpp173 return FromDC->containsDecl(FromChildD); in ignoreChildErrorOnParent()
2375 assert(ToDC == ToD->getLexicalDeclContext() && ToDC->containsDecl(ToD)); in ImportDeclContext()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclBase.h2575 bool containsDecl(Decl *D) const;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp346 if (LangOpts.OpenMP && DRD && !CurContext->containsDecl(D) && in DiagnoseUseOfDecl()
4667 if (DC->containsDecl(TT->getDecl())) in CheckUnaryExprOrTypeTraitOperand()
5387 if (DC->containsDecl(TT->getDecl())) in CreateBuiltinArraySubscriptExpr()
H A DSemaDecl.cpp10406 if (!TagDC->containsDecl(TD)) in ActOnFunctionDeclarator()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp4671 if (!RD->containsDecl(DD.getDecl())) { in DiagnoseCountAttributedTypeInUnnamedAnon()