Home | History | Annotate | Download | only in Sema

Lines Matching defs:ObjectType

5573                               QualType ObjectType,
5589 ObjectType, ObjectClassification,
5594 ObjectType, ObjectClassification,
5609 CXXRecordDecl *ActingContext, QualType ObjectType,
5660 if (Method->isStatic() || ObjectType.isNull())
5667 = TryObjectArgumentInitialization(*this, ObjectType, ObjectClassification,
5713 QualType ObjectType,
5754 ActingContext, ObjectType, ObjectClassification, Args,
10968 QualType objectType = op->getLHS()->getType();
10970 objectType = objectType->castAs<PointerType>()->getPointeeType();
10971 Qualifiers objectQuals = objectType.getQualifiers();
11020 QualType ObjectType = UnresExpr->getBaseType();
11054 AddMethodCandidate(Method, I.getPair(), ActingDC, ObjectType,
11060 ObjectType, ObjectClassification,