HomeSort by relevance Sort by last modified time
    Searched refs:DeclsInScope (Results 1 - 2 of 2) sorted by null

  /external/clang/include/clang/Sema/
Scope.h 137 /// DeclsInScope - This keeps track of all declarations in this scope. When
144 DeclSetTy DeclsInScope;
221 decl_iterator decl_begin() const { return DeclsInScope.begin(); }
222 decl_iterator decl_end() const { return DeclsInScope.end(); }
223 bool decl_empty() const { return DeclsInScope.empty(); }
226 DeclsInScope.insert(D);
230 DeclsInScope.erase(D);
236 return DeclsInScope.count(D) != 0;
  /external/clang/lib/Sema/
Scope.cpp 57 DeclsInScope.clear();

Completed in 27 milliseconds