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

  /external/clang/lib/AST/
DeclTemplate.cpp 262 return getCommonPtr()->Specializations;
336 return getCommonPtr()->Specializations;
    [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h 413 "Cannot encode undeclared template specializations for members");
432 "Cannot encode undeclared template specializations for members");
646 /// member template \c X<int>::Inner are member specializations.
667 "Only member templates can be member template specializations");
756 /// \brief The function template specializations for this function
757 /// template, including explicit specializations and instantiations.
758 llvm::FoldingSetVector<FunctionTemplateSpecializationInfo> Specializations;
769 /// \brief If non-null, points to an array of specializations known only
772 /// The first value in the array is the number of of specializations
791 /// \brief Load any lazily-loaded specializations from the external source
854 spec_range specializations() const { function in class:clang::TemplateParameterList::FunctionTemplateDecl
1977 spec_range specializations() const { function in class:clang::TemplateParameterList::ClassTemplateDecl
2777 spec_range specializations() const { function in class:clang::TemplateParameterList::VarTemplateDecl
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 657 // The template that contains the specializations set. It's not safe to
670 CommonPtr->Specializations.FindNodeOrInsertPos(ID, InsertPos);
672 CommonPtr->Specializations.InsertNode(FTInfo, InsertPos);
    [all...]

Completed in 51 milliseconds