Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Sema/
H A DScope.h174 DeclSetTy DeclsInScope; variable
260 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()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DScope.cpp84 DeclsInScope.clear(); in Init()