Lines Matching refs:ObjectType

77 void Parser::CheckForTemplateAndDigraph(Token &Next, ParsedType ObjectType,
92 TemplateName, ObjectType, EnteringContext,
158 /// \param ObjectType if this nested-name-specifier is being parsed following
182 ParsedType ObjectType,
260 ObjectType = ParsedType();
285 if (!HasScopeSpecifier && !ObjectType)
297 if (ParseUnqualifiedIdOperator(SS, EnteringContext, ObjectType,
330 ObjectType, EnteringContext,
407 Next.getLocation(), ObjectType,
424 II, ObjectType)) {
443 ObjectType, EnteringContext, SS))
449 CheckForTemplateAndDigraph(Next, ObjectType, EnteringContext, II, SS);
461 ObjectType,
478 if (MemberOfUnknownSpecialization && (ObjectType || SS.isSet()) &&
495 TemplateName, ObjectType,
580 /*ObjectType=*/ ParsedType(),
1342 ParsedType ObjectType) {
1400 false, ObjectType, SecondTypeName,
1806 /// \param ObjectType if this unqualified-id occurs within a member access
1822 ParsedType ObjectType,
1836 Id, ObjectType, EnteringContext,
1844 ObjectType, EnteringContext, Template,
1848 ObjectType && IsTemplateArgumentList()) {
1868 ObjectType, EnteringContext,
1881 TemplateName, ObjectType,
1891 if (ObjectType) {
1894 ObjectType, EnteringContext,
1900 TemplateName, ObjectType,
2017 /// \param ObjectType if this unqualified-id occurs within a member access
2024 ParsedType ObjectType,
2202 if (ParseCXXTypeSpecifierSeq(DS)) // FIXME: ObjectType?
2245 /// \param ObjectType if this unqualified-id occurs within a member access
2254 ParsedType ObjectType,
2262 (ObjectType || SS.isSet())) {
2299 EnteringContext, ObjectType,
2353 if (ParseUnqualifiedIdOperator(SS, EnteringContext, ObjectType, Result))
2366 EnteringContext, ObjectType,
2385 if (ParsedType Type = Actions.getDestructorType(DS, ObjectType)) {
2406 EnteringContext, ObjectType,
2413 SS, ObjectType,