Searched refs:DeclsInScope (Results 1 – 2 of 2) sorted by relevance
174 DeclSetTy DeclsInScope; variable260 return decl_range(DeclsInScope.begin(), DeclsInScope.end()); in decls()262 bool decl_empty() const { return DeclsInScope.empty(); } in decl_empty()265 DeclsInScope.insert(D); in AddDecl()269 DeclsInScope.erase(D); in RemoveDecl()291 return DeclsInScope.count(D) != 0; in isDeclScope()
84 DeclsInScope.clear(); in Init()