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

  /external/clang/lib/Sema/
SemaTemplate.cpp 67 // refers to the specified class template specialization,
68 // which could be the current specialization or another
69 // specialization.
105 // template itself and not a specialization thereof, and is not
    [all...]
SemaTemplateDeduction.cpp 460 // If the argument type is a class template specialization, we
    [all...]
SemaOverload.cpp     [all...]
SemaLookup.cpp 676 // A specialization of a conversion function template is not found by
702 // (14.9.2.3), the resulting specialization is used as if found by
708 // specialization into the result set. We do this to avoid forcing all
711 FunctionDecl *Specialization = 0;
731 Specialization, Info)
733 R.addDecl(Specialization);
    [all...]
SemaTemplateInstantiateDecl.cpp 619 // specialization causes the implicit instantiation of the declarations, but
739 // specialization. If it is a friend, we want to build it in
    [all...]
SemaDeclCXX.cpp 485 // - the explicit specialization of a function template;
486 // - the explicit specialization of a member function template;
487 // - the explicit specialization of a member function of a class
488 // template where the class template specialization to which the
489 // member function specialization belongs is implicitly
    [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h 93 /// template specialization. This may be fewer than the number of
263 /// \brief Provides information about a function template specialization,
264 /// which is a FunctionDecl that has been explicitly specialization or
287 /// \brief The function template specialization that this structure
292 /// specialization was generated.
298 /// specialization from the function template.
304 /// \brief The point at which this function template specialization was
311 /// \brief Determine what kind of template specialization this is.
320 /// \brief Set the template specialization kind.
323 "Cannot encode TSK_Undeclared for a function template specialization");
    [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 592 assert(InsertPos && "Another specialization already inserted!");
    [all...]

Completed in 170 milliseconds