Home | History | Annotate | Download | only in Parse

Lines Matching refs:TypeRep

1289   ParsedType TypeRep = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo).get();
1300 return Actions.ActOnCXXTypeConstructExpr(TypeRep, SourceLocation(),
1320 // TypeRep could be null, if it references an invalid typedef.
1321 if (!TypeRep)
1326 return Actions.ActOnCXXTypeConstructExpr(TypeRep, T.getOpenLocation(),