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

/external/clang/lib/Sema/
H A DSemaExprMember.cpp568 if (Record->containsDecl(ND))
576 if (BSTy->getDecl()->containsDecl(ND))
/external/lldb/source/Expression/
H A DClangASTSource.cpp480 if (copied_decl->getDeclContext()->containsDecl(copied_decl))
485 if (!decl_context_non_const->containsDecl(copied_decl))
/external/clang/include/clang/AST/
H A DDeclBase.h1510 bool containsDecl(Decl *D) const;
/external/clang/lib/AST/
H A DDeclBase.cpp1114 bool DeclContext::containsDecl(Decl *D) const { function in class:DeclContext
H A DDecl.cpp2617 if (DC->containsDecl(I)) {

Completed in 1445 milliseconds