DeclTemplate.h | 508 "Cannot encode undeclared template specializations for members"); 527 "Cannot encode undeclared template specializations for members"); 729 /// member template \c X<int>::Inner are member specializations. 750 "Only member templates can be member template specializations"); 842 /// \brief The function template specializations for this function 843 /// template, including explicit specializations and instantiations. 844 llvm::FoldingSetVector<FunctionTemplateSpecializationInfo> Specializations; 855 /// \brief If non-null, points to an array of specializations known only 858 /// The first value in the array is the number of of specializations 949 spec_range specializations() const { function in class:clang::FunctionTemplateDecl 2109 spec_range specializations() const { function in class:clang::ClassTemplateDecl 2908 spec_range specializations() const { function in class:clang::VarTemplateDecl [all...] |