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

  /external/clang/include/clang/Sema/
TemplateDeduction.h 230 /// Specialization - The actual specialization that this candidate
232 Decl *Specialization;
238 Specialization = Spec;
  /external/clang/include/clang/AST/
DeclTemplate.h 107 /// template specialization.
286 /// \brief Provides information about a function template specialization,
287 /// which is a FunctionDecl that has been explicitly specialization or
310 /// \brief The function template specialization that this structure
315 /// specialization was generated.
321 /// specialization from the function template.
327 /// \brief The point at which this function template specialization was
334 /// \brief Determine what kind of template specialization this is.
343 /// \brief True if this declaration is an explicit specialization,
357 llvm_unreachable("bad template specialization kind")
    [all...]
  /external/clang/lib/Sema/
SemaLookup.cpp 693 // A specialization of a conversion function template is not found by
718 // (14.9.2.3), the resulting specialization is used as if found by
724 // specialization into the result set. We do this to avoid forcing all
727 FunctionDecl *Specialization = nullptr;
747 Specialization, Info)
749 R.addDecl(Specialization);
    [all...]
SemaTemplateInstantiateDecl.cpp 718 // specialization causes the implicit instantiation of the declarations, but
837 // specialization. If it is a friend, we want to build it in
    [all...]
SemaTemplate.cpp 69 // refers to the specified class template specialization,
70 // which could be the current specialization or another
71 // specialization.
107 // template itself and not a specialization thereof, and is not
    [all...]
SemaDeclCXX.cpp 531 // - the explicit specialization of a function template;
532 // - the explicit specialization of a member function template;
533 // - the explicit specialization of a member function of a class
534 // template where the class template specialization to which the
535 // member function specialization belongs is implicitly
    [all...]
SemaOverload.cpp 50 // and the other a specialization), make sure DiagnoseUseOfDecl is
    [all...]

Completed in 655 milliseconds