Home
last modified time | relevance | path

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

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