Home | History | Annotate | Download | only in Sema

Lines Matching refs:Keyword

789   /// By default, builds a new ElaboratedType type from the keyword,
793 ElaboratedTypeKeyword Keyword,
796 return SemaRef.Context.getElaboratedType(Keyword,
807 ElaboratedTypeKeyword Keyword,
824 return SemaRef.Context.getDependentTemplateSpecializationType(Keyword,
835 if (Keyword == ETK_None && QualifierLoc.getNestedNameSpecifier() == 0)
838 return SemaRef.Context.getElaboratedType(Keyword,
848 QualType RebuildDependentNameType(ElaboratedTypeKeyword Keyword,
859 return SemaRef.Context.getDependentNameType(Keyword,
864 if (Keyword == ETK_None || Keyword == ETK_Typename)
865 return SemaRef.CheckTypenameType(Keyword, KeywordLoc, QualifierLoc,
868 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForKeyword(Keyword);
937 return SemaRef.Context.getElaboratedType(Keyword,
961 /// indicating whether the "template" keyword was provided, and the template
7536 // If we have neither explicit template arguments, nor the template keyword,