Home | History | Annotate | Download | only in Sema

Lines Matching defs:Keyword

773     ElaboratedTypeKeyword Keyword
775 Result = S.getElaboratedType(Keyword, DS.getTypeSpecScope(), Result);
2964 ElaboratedTypeKeyword Keyword
2974 TL.setElaboratedKeywordLoc(Keyword != ETK_None
4357 /// \brief Retrieve a version of the type 'T' that is elaborated by Keyword
4359 QualType Sema::getElaboratedType(ElaboratedTypeKeyword Keyword,
4367 if (Keyword == ETK_None)
4371 return Context.getElaboratedType(Keyword, NNS, T);