Home | History | Annotate | Download | only in Parse

Lines Matching refs:TypeRep

1604   ParsedType TypeRep = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo).get();
1615 return Actions.ActOnCXXTypeConstructExpr(TypeRep, SourceLocation(),
1628 TypeRep.get()->getCanonicalTypeInternal(),
1639 // TypeRep could be null, if it references an invalid typedef.
1640 if (!TypeRep)
1645 return Actions.ActOnCXXTypeConstructExpr(TypeRep, T.getOpenLocation(),
2703 ParsedType TypeRep = Actions.ActOnTypeName(getCurScope(),
2706 TypeRep.get()->getCanonicalTypeInternal(),