Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExprMember.cpp561 if (Record->containsDecl(ND)) in ValidateCandidate()
569 if (BSTy->getDecl()->containsDecl(ND)) in ValidateCandidate()
/NextBSD/contrib/llvm/tools/lldb/source/Expression/
HDClangASTSource.cpp541 if (copied_decl->getDeclContext()->containsDecl(copied_decl)) in FindExternalLexicalDecls()
546 if (!decl_context_non_const->containsDecl(copied_decl)) in FindExternalLexicalDecls()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDDeclBase.h1610 bool containsDecl(Decl *D) const;
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclBase.cpp1154 bool DeclContext::containsDecl(Decl *D) const { in containsDecl() function in DeclContext
HDDecl.cpp2681 if (DC->containsDecl(I)) { in setDeclsInPrototypeScope()