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

  /external/clang/include/clang/Sema/
TemplateDeduction.h 223 /// Specialization - The actual specialization that this candidate
225 Decl *Specialization;
231 Specialization = Spec;
Sema.h     [all...]
  /external/clang/lib/Sema/
SemaTemplate.cpp 68 // refers to the specified class template specialization,
69 // which could be the current specialization or another
70 // specialization.
106 // template itself and not a specialization thereof, and is not
    [all...]
SemaTemplateDeduction.cpp 491 // If the argument type is a class template specialization, we
    [all...]
SemaOverload.cpp 48 // and the other a specialization), make sure DiagnoseUseOfDecl is
    [all...]
SemaLookup.cpp 687 // A specialization of a conversion function template is not found by
712 // (14.9.2.3), the resulting specialization is used as if found by
718 // specialization into the result set. We do this to avoid forcing all
721 FunctionDecl *Specialization = 0;
741 Specialization, Info)
743 R.addDecl(Specialization);
    [all...]
SemaTemplateInstantiateDecl.cpp 660 // specialization causes the implicit instantiation of the declarations, but
780 // specialization. If it is a friend, we want to build it in
    [all...]
SemaDeclCXX.cpp 528 // - the explicit specialization of a function template;
529 // - the explicit specialization of a member function template;
530 // - the explicit specialization of a member function of a class
531 // template where the class template specialization to which the
532 // member function specialization belongs is implicitly
    [all...]
  /external/clang/include/clang/AST/
DeclTemplate.h 107 /// template specialization.
284 /// \brief Provides information about a function template specialization,
285 /// which is a FunctionDecl that has been explicitly specialization or
308 /// \brief The function template specialization that this structure
313 /// specialization was generated.
319 /// specialization from the function template.
325 /// \brief The point at which this function template specialization was
332 /// \brief Determine what kind of template specialization this is.
341 /// \brief True if this declaration is an explicit specialization,
355 llvm_unreachable("bad template specialization kind")
    [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 625 "already deserialized this template specialization");
626 // FIXME: This specialization is a redeclaration of one from another
    [all...]

Completed in 1140 milliseconds