Home
last modified time | relevance | path

Searched refs:DeclsInScope (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Sema/
DScope.h182 DeclSetTy DeclsInScope; variable
268 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()
/external/clang/lib/Sema/
DScope.cpp87 DeclsInScope.clear(); in Init()