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

References

tools/clang/include/clang/AST/DeclTemplate.h
  789   static SpecIterator<EntryType>
  790   makeSpecIterator(llvm::FoldingSetVector<EntryType> &Specs, bool isEnd) {
  791     return SpecIterator<EntryType>(isEnd ? Specs.end() : Specs.begin());