HomeSort by: relevance | last modified time | path
    Searched refs:Specializations (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
DeclTemplate.cpp 311 llvm::FoldingSetVector<EntryType> &Specializations, EntryType *Entry,
318 assert(!findSpecializationImpl(Specializations,
324 Specializations.InsertNode(Entry, InsertPos);
326 EntryType *Existing = Specializations.GetOrInsertNode(Entry);
371 return getCommonPtr()->Specializations;
430 assert(ThisCommon->Specializations.size() == 0 &&
464 return getCommonPtr()->Specializations;
1170 return getCommonPtr()->Specializations;
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
DeclTemplate.h 633 "Cannot encode undeclared template specializations for members");
652 "Cannot encode undeclared template specializations for members");
828 /// If non-null, points to an array of specializations (including
829 /// partial specializations) known only by their external declaration IDs.
831 /// The first value in the array is the number of specializations/partial
832 /// specializations that follow.
871 /// member template \c X<int>::Inner are member specializations.
892 "Only member templates can be member template specializations");
981 /// The function template specializations for this function
982 /// template, including explicit specializations and instantiations
1081 spec_range specializations() const { function in class:clang::FunctionTemplateDecl
2410 spec_range specializations() const { function in class:clang::ClassTemplateDecl
3213 spec_range specializations() const { function in class:clang::VarTemplateDecl
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 974 // The template that contains the specializations set. It's not safe to
987 CommonPtr->Specializations.FindNodeOrInsertPos(ID, InsertPos);
989 CommonPtr->Specializations.InsertNode(FTInfo, InsertPos);
2119 // the specializations.
2146 // the specializations.
2194 CanonPattern->getCommonPtr()->Specializations.GetOrInsertNode(D);
2318 CanonPattern->getCommonPtr()->Specializations.GetOrInsertNode(D);
4203 // Add the lazy specializations to the template.
4206 "Must not have pending specializations");
ASTWriterDecl.cpp 197 /// Get the list of partial specializations from a template's common ptr.
210 // If we have any lazy specializations, and the external AST source is
223 // Add a slot to the record for the number of specializations.
228 // *Specializations iterators.
230 for (auto &Entry : Common->Specializations)
632 // Write the template that contains the specializations set. We will

Completed in 65 milliseconds