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

  /external/clang/include/clang/AST/
DeclTemplate.h 410 "Cannot encode undeclared template specializations for members");
429 "Cannot encode undeclared template specializations for members");
641 /// member template \c X<int>::Inner are member specializations.
662 "Only member templates can be member template specializations");
748 /// \brief The function template specializations for this function
749 /// template, including explicit specializations and instantiations.
750 llvm::FoldingSetVector<FunctionTemplateSpecializationInfo> Specializations;
774 /// \brief Retrieve the set of function template specializations of this
778 return getCommonPtr()->Specializations;
    [all...]
  /external/ceres-solver/docs/
build.tex 303 \item{Template Specializations}
308 specializations by using
  /external/clang/lib/AST/
DeclTemplate.cpp 319 return getCommonPtr()->Specializations;
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 582 // The template that contains the specializations set. It's not safe to
    [all...]

Completed in 187 milliseconds