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 128 /// DeclsInScope - This keeps track of all declarations in this scope. When
135 DeclSetTy DeclsInScope;
212 decl_iterator decl_begin() const { return DeclsInScope.begin(); }
213 decl_iterator decl_end() const { return DeclsInScope.end(); }
214 bool decl_empty() const { return DeclsInScope.empty(); }
217 DeclsInScope.insert(D);
221 DeclsInScope.erase(D);
227 return DeclsInScope.count(D) != 0;
  /external/clang/lib/Sema/
Scope.cpp 57 DeclsInScope.clear();

Completed in 43 milliseconds