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

/external/clang/include/clang/Sema/
H A DScope.h167 /// DeclsInScope - This keeps track of all declarations in this scope. When
174 DeclSetTy DeclsInScope; member in class:clang::Scope
260 return decl_range(DeclsInScope.begin(), DeclsInScope.end());
262 bool decl_empty() const { return DeclsInScope.empty(); }
265 DeclsInScope.insert(D);
269 DeclsInScope.erase(D);
291 return DeclsInScope.count(D) != 0;
/external/clang/lib/Sema/
H A DScope.cpp84 DeclsInScope.clear();

Completed in 73 milliseconds