Searched refs:DeclsInScope (Results 1 – 2 of 2) sorted by relevance
200 DeclSetTy DeclsInScope; variable301 return decl_range(DeclsInScope.begin(), DeclsInScope.end()); in decls()304 bool decl_empty() const { return DeclsInScope.empty(); } in decl_empty()307 DeclsInScope.insert(D); in AddDecl()311 DeclsInScope.erase(D); in RemoveDecl()340 bool isDeclScope(const Decl *D) const { return DeclsInScope.count(D) != 0; } in isDeclScope()
90 DeclsInScope.clear(); in Init()