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

  /external/clang/include/clang/AST/
DeclTemplate.h 374 "Cannot encode undeclared template specializations for members");
389 "Cannot encode undeclared template specializations for members");
596 /// member template \c X<int>::Inner are member specializations.
617 "Only member templates can be member template specializations");
707 /// \brief The function template specializations for this function
708 /// template, including explicit specializations and instantiations.
709 llvm::FoldingSet<FunctionTemplateSpecializationInfo> Specializations;
733 /// \brief Retrieve the set of function template specializations of this
736 return getCommonPtr()->Specializations;
    [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp 304 return getCommonPtr()->Specializations;
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 578 // The template that contains the specializations set. It's not safe to
    [all...]

Completed in 57 milliseconds