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

  /external/clang/include/clang/AST/
DeclTemplate.h 105 /// template specialization.
282 /// \brief Provides information about a function template specialization,
283 /// which is a FunctionDecl that has been explicitly specialization or
306 /// \brief The function template specialization that this structure
311 /// specialization was generated.
317 /// specialization from the function template.
323 /// \brief The point at which this function template specialization was
330 /// \brief Determine what kind of template specialization this is.
339 /// \brief True if this declaration is an explicit specialization,
353 llvm_unreachable("bad template specialization kind")
    [all...]
  /external/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp 684 // specialization causes the implicit instantiation of the declarations, but
804 // specialization. If it is a friend, we want to build it in
    [all...]
SemaLookup.cpp 676 // A specialization of a conversion function template is not found by
701 // (14.9.2.3), the resulting specialization is used as if found by
707 // specialization into the result set. We do this to avoid forcing all
710 FunctionDecl *Specialization = 0;
730 Specialization, Info)
732 R.addDecl(Specialization);
    [all...]
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...]
SemaDeclCXX.cpp 497 // - the explicit specialization of a function template;
498 // - the explicit specialization of a member function template;
499 // - the explicit specialization of a member function of a class
500 // template where the class template specialization to which the
501 // member function specialization belongs is implicitly
    [all...]
SemaOverload.cpp     [all...]

Completed in 230 milliseconds