Home | History | Annotate | Download | only in Parse

Lines Matching defs:TypeRep

1527   ParsedType TypeRep = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo).get();
1538 return Actions.ActOnCXXTypeConstructExpr(TypeRep, SourceLocation(),
1558 // TypeRep could be null, if it references an invalid typedef.
1559 if (!TypeRep)
1564 return Actions.ActOnCXXTypeConstructExpr(TypeRep, T.getOpenLocation(),