Home | History | Annotate | Download | only in Sema

Lines Matching refs:Keyword

830   /// By default, builds a new ElaboratedType type from the keyword,
834 ElaboratedTypeKeyword Keyword,
837 return SemaRef.Context.getElaboratedType(Keyword,
848 ElaboratedTypeKeyword Keyword,
866 return SemaRef.Context.getDependentTemplateSpecializationType(Keyword,
877 if (Keyword == ETK_None && QualifierLoc.getNestedNameSpecifier() == nullptr)
880 return SemaRef.Context.getElaboratedType(Keyword,
890 QualType RebuildDependentNameType(ElaboratedTypeKeyword Keyword,
901 return SemaRef.Context.getDependentNameType(Keyword,
906 if (Keyword == ETK_None || Keyword == ETK_Typename)
907 return SemaRef.CheckTypenameType(Keyword, KeywordLoc, QualifierLoc,
910 TagTypeKind Kind = TypeWithKeyword::getTagTypeKindForKeyword(Keyword);
978 return SemaRef.Context.getElaboratedType(Keyword,
1002 /// indicating whether the "template" keyword was provided, and the template
8237 // If we have neither explicit template arguments, nor the template keyword,