search for: _decltype

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

Did you mean: decltype
2013 Jan 23
0
[LLVMdev] Build Error while building AST lib. (DeclTemplate.h)
...pedef EntryType DeclType; 510 511 static DeclType *getMostRecentDecl(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...