search for: specentrytrait

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

Did you mean: specentrytraits
2013 Jan 23
0
[LLVMdev] Build Error while building AST lib. (DeclTemplate.h)
...99 } 500 virtual RedeclarableTemplateDecl *getPreviousDeclImpl() { 501 return getPreviousDecl(); 502 } 503 virtual RedeclarableTemplateDecl *getMostRecentDeclImpl() { 504 return getMostRecentDecl(); 505 } 506 507 protected: 508 template <typename EntryType> struct SpecEntryTraits { 509 typedef 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...