Searched refs:SETraits (Results 1 – 4 of 4) sorted by relevance
/external/clang/lib/AST/ |
D | DeclTemplate.cpp | 166 typedef SpecEntryTraits<EntryType> SETraits; in findSpecializationImpl() typedef 170 return Entry ? SETraits::getDecl(Entry)->getMostRecentDecl() : nullptr; in findSpecializationImpl() 177 typedef SpecEntryTraits<EntryType> SETraits; in addSpecializationImpl() typedef 182 SETraits::getTemplateArgs(Entry), in addSpecializationImpl() 191 assert(SETraits::getDecl(Existing)->isCanonicalDecl() && in addSpecializationImpl() 197 SETraits::getDecl(Entry)); in addSpecializationImpl()
|
/external/llvm-project/clang/lib/AST/ |
D | DeclTemplate.cpp | 275 using SETraits = SpecEntryTraits<EntryType>; in findSpecializationImpl() typedef 281 return Entry ? SETraits::getDecl(Entry)->getMostRecentDecl() : nullptr; in findSpecializationImpl() 288 using SETraits = SpecEntryTraits<EntryType>; in addSpecializationImpl() typedef 295 SETraits::getTemplateArgs(Entry)) && in addSpecializationImpl() 303 assert(SETraits::getDecl(Existing)->isCanonicalDecl() && in addSpecializationImpl() 309 SETraits::getDecl(Entry)); in addSpecializationImpl()
|
/external/clang/include/clang/AST/ |
D | DeclTemplate.h | 655 template <typename EntryType, typename SETraits = SpecEntryTraits<EntryType>, 656 typename DeclType = typename SETraits::DeclType> 659 SpecIterator<EntryType, SETraits, DeclType>, 670 return SETraits::getDecl(&*this->I)->getMostRecentDecl();
|
/external/llvm-project/clang/include/clang/AST/ |
D | DeclTemplate.h | 778 template <typename EntryType, typename SETraits = SpecEntryTraits<EntryType>, 779 typename DeclType = typename SETraits::DeclType> 782 SpecIterator<EntryType, SETraits, DeclType>, 793 return SETraits::getDecl(&*this->I)->getMostRecentDecl();
|