Home | History | Annotate | Download | only in Parse

Lines Matching refs:TypeRep

1228   ParsedType TypeRep = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo).get();
1239 return Actions.ActOnCXXTypeConstructExpr(TypeRep, SourceLocation(),
1261 // TypeRep could be null, if it references an invalid typedef.
1262 if (!TypeRep)
1267 return Actions.ActOnCXXTypeConstructExpr(TypeRep, T.getOpenLocation(),