Home | History | Annotate | Download | only in Sema

Lines Matching refs:getElaboratedType

775     Result = S.getElaboratedType(Keyword, DS.getTypeSpecScope(), Result);
2442 ClsType = Context.getElaboratedType(ETK_None, NNSPrefix, ClsType);
4359 QualType Sema::getElaboratedType(ElaboratedTypeKeyword Keyword,
4371 return Context.getElaboratedType(Keyword, NNS, T);