Home | History | Annotate | Download | only in Parse

Lines Matching refs:TypeRep

1672   ParsedType TypeRep = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo).get();
1683 return Actions.ActOnCXXTypeConstructExpr(TypeRep, SourceLocation(),
1696 TypeRep.get()->getCanonicalTypeInternal(),
1707 // TypeRep could be null, if it references an invalid typedef.
1708 if (!TypeRep)
1713 return Actions.ActOnCXXTypeConstructExpr(TypeRep, T.getOpenLocation(),
2779 ParsedType TypeRep = Actions.ActOnTypeName(getCurScope(),
2782 TypeRep.get()->getCanonicalTypeInternal(),