HomeSort by: relevance | last modified time | path
    Searched defs:Specialized (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiate.cpp 87 // specialized member that is a variable template, we're done.
90 VarTemplatePartialSpecializationDecl*> Specialized
93 Specialized.dyn_cast<VarTemplatePartialSpecializationDecl *>()) {
97 VarTemplateDecl *Tmpl = Specialized.get<VarTemplateDecl *>();
132 // specialized member that is a class template, we're done.
154 // If this function was instantiated from a specialized member that is
3057 Specialized = ClassTemplateSpec->getSpecializedTemplateOrPartial();
3058 if (!Specialized.is<ClassTemplatePartialSpecializationDecl *>()) {
3106 // whether one of the specializations is more specialized
3108 // specialized than all of the other matchin
    [all...]
SemaTemplate.cpp 1809 // In these cases, grab the template that is being defined or specialized.
3046 /// denotes a fully-specialized type, and therefore this is a declaration of
3162 // explicitly specialized.
3216 // enclosing class template that is explicitly specialized.
3231 // Members of an explicitly specialized class template are defined
3264 // are not explicitly specialized as well.
3405 // are not explicitly specialized as well.
4104 static bool CheckTemplateSpecializationScope(Sema &S, NamedDecl *Specialized,
4230 // - The specialization shall be more specialized than the primary
4432 // explicitly specialized then that specialization shall be declare
    [all...]

Completed in 31 milliseconds