Home | History | Annotate | Download | only in Parse

Lines Matching refs:ParsedType

76 void Parser::CheckForTemplateAndDigraph(Token &Next, ParsedType ObjectType,
176 ParsedType ObjectType,
242 ObjectType = ParsedType();
548 ParseOptionalCXXScopeSpecifier(SS, ParsedType(), /*EnteringContext=*/false);
556 /*ObjectType=*/ ParsedType(),
830 SmallVector<ParsedType, 2> DynamicExceptions;
1157 ParsedType ObjectType) {
1289 ParsedType TypeRep = Actions.ActOnTypeName(getCurScope(), DeclaratorInfo).get();
1635 ParsedType ObjectType,
1837 ParsedType ObjectType,
2067 ParsedType ObjectType,
2098 ParsedType Ty = Actions.getTypeName(*Id, IdLoc, getCurScope(),
2100 ParsedType(),
2136 ParsedType Ty = Actions.getTypeName(*TemplateId->Name,
2140 ParsedType(),
2198 if (ParsedType Type = Actions.getDestructorType(DS, ObjectType)) {
2216 Result.setDestructorName(TildeLoc, ParsedType(), ClassNameLoc);
2224 ParsedType Ty = Actions.getDestructorName(TildeLoc, *ClassName,
2664 SmallVector<ParsedType, 2> Args;
2771 ParsedType &CastTy,
2778 CastTy = ParsedType();