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 370 "Cannot encode undeclared template specializations for members");
385 "Cannot encode undeclared template specializations for members");
638 /// member template \c X<int>::Inner are member specializations.
659 "Only member templates can be member template specializations");
778 /// \brief The function template specializations for this function
779 /// template, including explicit specializations and instantiations.
780 llvm::FoldingSet<FunctionTemplateSpecializationInfo> Specializations;
804 /// \brief Retrieve the set of function template specializations of this
807 return getCommonPtr()->Specializations;
    [all...]
  /external/clang/lib/AST/
DeclTemplate.cpp 305 return getCommonPtr()->Specializations;
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 404 // The template that contains the specializations set. It's not safe to
    [all...]

Completed in 30 milliseconds