Home
last modified time | relevance | path

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

/external/lldb/source/Expression/
DClangASTSource.cpp480 if (copied_decl->getDeclContext()->containsDecl(copied_decl)) in FindExternalLexicalDecls()
485 if (!decl_context_non_const->containsDecl(copied_decl)) in FindExternalLexicalDecls()
/external/clang/lib/Sema/
DSemaExprMember.cpp577 if (Record->containsDecl(ND)) in ValidateCandidate()
585 if (BSTy->getDecl()->containsDecl(ND)) in ValidateCandidate()
/external/clang/include/clang/AST/
DDeclBase.h1631 bool containsDecl(Decl *D) const;
/external/clang/lib/AST/
DDeclBase.cpp1175 bool DeclContext::containsDecl(Decl *D) const { in containsDecl() function in DeclContext
DDecl.cpp2691 if (DC->containsDecl(I)) { in setDeclsInPrototypeScope()