Home | History | Annotate | Download | only in Parse

Lines Matching refs:Ty

1206     TypeResult Ty;
1209 Ty = Actions.ActOnTypenameType(getCurScope(), TypenameLoc, SS,
1224 Ty = Actions.ActOnTypenameType(getCurScope(), TypenameLoc, SS,
1239 setTypeAnnotation(Tok, Ty.isInvalid() ? ParsedType() : Ty.get());
1257 if (ParsedType Ty = Actions.getTypeName(*Tok.getIdentifierInfo(),
1270 setTypeAnnotation(Tok, Ty);