search for: speciterator

Displaying 1 result from an estimated 1 matches for "speciterator".

2013 Jan 23
0
[LLVMdev] Build Error while building AST lib. (DeclTemplate.h)
...etMostRecentDecl(EntryType *D) { 512 return D->getMostRecentDecl(); 513 } 514 }; 515 516 template <typename EntryType, 517 typename _SETraits = SpecEntryTraits<EntryType>, 518 typename _DeclType = typename _SETraits::DeclType> 519 class SpecIterator : public std::iterator<std::forward_iterator_tag, 520 _DeclType*, ptrdiff_t, 521 _DeclType*, _DeclType*> { 522 typedef _SETraits SETraits; 523 typedef _DeclType DeclType; 524 525 typedef...