Lines Matching defs:ObjectType

80 void Parser::CheckForTemplateAndDigraph(Token &Next, ParsedType ObjectType,
95 TemplateName, ObjectType, EnteringContext,
161 /// \param ObjectType if this nested-name-specifier is being parsed following
185 ParsedType ObjectType,
264 ObjectType = ParsedType();
289 if (!HasScopeSpecifier && !ObjectType)
305 if (ParseUnqualifiedIdOperator(SS, EnteringContext, ObjectType,
338 ObjectType, EnteringContext,
414 Next.getLocation(), ObjectType,
430 II, ObjectType)) {
467 ObjectType, EnteringContext, SS,
484 CheckForTemplateAndDigraph(Next, ObjectType, EnteringContext, II, SS);
496 ObjectType,
513 if (MemberOfUnknownSpecialization && (ObjectType || SS.isSet()) &&
530 TemplateName, ObjectType,
615 /*ObjectType=*/ ParsedType(),
1395 ParsedType ObjectType) {
1453 false, ObjectType, SecondTypeName,
1861 /// \param ObjectType if this unqualified-id occurs within a member access
1877 ParsedType ObjectType,
1891 Id, ObjectType, EnteringContext,
1899 ObjectType, EnteringContext, Template,
1903 ObjectType && IsTemplateArgumentList()) {
1923 ObjectType, EnteringContext,
1936 TemplateName, ObjectType,
1946 if (ObjectType) {
1949 ObjectType, EnteringContext,
1955 TemplateName, ObjectType,
2073 /// \param ObjectType if this unqualified-id occurs within a member access
2080 ParsedType ObjectType,
2259 if (ParseCXXTypeSpecifierSeq(DS)) // FIXME: ObjectType?
2302 /// \param ObjectType if this unqualified-id occurs within a member access
2311 ParsedType ObjectType,
2319 (ObjectType || SS.isSet())) {
2356 EnteringContext, ObjectType,
2410 if (ParseUnqualifiedIdOperator(SS, EnteringContext, ObjectType, Result))
2423 EnteringContext, ObjectType,
2442 if (ParsedType Type = Actions.getDestructorType(DS, ObjectType)) {
2463 EnteringContext, ObjectType,
2470 SS, ObjectType,