Searched refs:DeclsInScope (Results 1 – 2 of 2) sorted by relevance
200 DeclSetTy DeclsInScope; variable311 return decl_range(DeclsInScope.begin(), DeclsInScope.end()); in decls()314 bool decl_empty() const { return DeclsInScope.empty(); } in decl_empty()321 DeclsInScope.insert(D); in AddDecl()325 DeclsInScope.erase(D); in RemoveDecl()354 bool isDeclScope(const Decl *D) const { return DeclsInScope.contains(D); } in isDeclScope()
90 DeclsInScope.clear(); in Init()