Searched refs:DeclsInScope (Results 1 – 2 of 2) sorted by relevance
192 DeclSetTy DeclsInScope; variable282 return decl_range(DeclsInScope.begin(), DeclsInScope.end()); in decls()285 bool decl_empty() const { return DeclsInScope.empty(); } in decl_empty()288 DeclsInScope.insert(D); in AddDecl()292 DeclsInScope.erase(D); in RemoveDecl()322 return DeclsInScope.count(D) != 0; in isDeclScope()
91 DeclsInScope.clear(); in Init()