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

  /external/clang/include/clang/AST/
DeclLookups.h 71 inline DeclContext::lookups_range DeclContext::lookups() const {
76 return lookups_range(all_lookups_iterator(Map->begin(), Map->end()),
78 return lookups_range();
89 inline DeclContext::lookups_range DeclContext::noload_lookups() const {
92 return lookups_range(all_lookups_iterator(Map->begin(), Map->end()),
94 return lookups_range();
DeclBase.h 1570 typedef llvm::iterator_range<all_lookups_iterator> lookups_range; typedef in class:clang::DeclContext
    [all...]

Completed in 199 milliseconds