HomeSort by relevance Sort by last modified time
    Searched defs:Specializations (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Serialization/
ASTWriterDecl.cpp 185 /// Get the list of partial specializations from a template's common ptr.
198 // If we have any lazy specializations, and the external AST source is
207 auto &Specializations = Common->Specializations;
213 // Add a slot to the record for the number of specializations.
217 for (auto &Entry : Specializations) {
551 // Write the template that contains the specializations set. We will
    [all...]
  /external/clang/include/clang/AST/
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...]

Completed in 131 milliseconds