Searched refs:DeclsInScope (Results 1 – 2 of 2) sorted by relevance
182 DeclSetTy DeclsInScope; variable268 return decl_range(DeclsInScope.begin(), DeclsInScope.end()); in decls()270 bool decl_empty() const { return DeclsInScope.empty(); } in decl_empty()273 DeclsInScope.insert(D); in AddDecl()277 DeclsInScope.erase(D); in RemoveDecl()307 return DeclsInScope.count(D) != 0; in isDeclScope()
87 DeclsInScope.clear(); in Init()