Searched refs:DeclsInScope (Results 1 – 2 of 2) sorted by relevance
183 DeclSetTy DeclsInScope; variable271 return decl_range(DeclsInScope.begin(), DeclsInScope.end()); in decls()273 bool decl_empty() const { return DeclsInScope.empty(); } in decl_empty()276 DeclsInScope.insert(D); in AddDecl()280 DeclsInScope.erase(D); in RemoveDecl()310 return DeclsInScope.count(D) != 0; in isDeclScope()
91 DeclsInScope.clear(); in Init()