reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/DeclLookups.h
   43   DeclarationName getLookupName() const { return It->first; }
   45   reference operator*() const { return It->second.getLookupResult(); }
   46   pointer operator->() const { return It->second.getLookupResult(); }
   53       ++It;
   54     } while (It != End &&
   55              It->first == DeclarationName::getUsingDirectiveName());
   67     return x.It == y.It;
   67     return x.It == y.It;
   71     return x.It != y.It;
   71     return x.It != y.It;