OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DeclsInScope
(Results
1 - 2
of
2
) sorted by null
/external/clang/include/clang/Sema/
Scope.h
175
///
DeclsInScope
- This keeps track of all declarations in this scope. When
182
DeclSetTy
DeclsInScope
;
268
return decl_range(
DeclsInScope
.begin(),
DeclsInScope
.end());
270
bool decl_empty() const { return
DeclsInScope
.empty(); }
273
DeclsInScope
.insert(D);
277
DeclsInScope
.erase(D);
307
return
DeclsInScope
.count(D) != 0;
/external/clang/lib/Sema/
Scope.cpp
87
DeclsInScope
.clear();
Completed in 170 milliseconds