Lines Matching full:argty
1514 QualType ArgTy[2];
1516 ArgTy[ArgIdx] = Args[ArgIdx]->getType();
1517 if (ArgTy[ArgIdx]->isArrayType())
1518 ArgTy[ArgIdx] = S.Context.getArrayDecayedType(ArgTy[ArgIdx]);
1527 if (S.LookupLiteralOperator(Scope, R, llvm::makeArrayRef(ArgTy, Args.size()),
1614 QualType ArgTy[] = {
1619 switch (LookupLiteralOperator(UDLScope, R, ArgTy,
11169 QualType ArgTy = TInfo->getType();
11170 bool Dependent = ArgTy->isDependentType();
11174 // one is known to be a field designator. Verify that the ArgTy represents
11176 if (!Dependent && !ArgTy->isRecordType())
11178 << ArgTy << TypeRange);
11183 && RequireCompleteType(BuiltinLoc, ArgTy,
11196 QualType CurrentType = ArgTy;
11345 QualType ArgTy = GetTypeFromParser(ParsedArgTy, &ArgTInfo);
11346 if (ArgTy.isNull())
11350 ArgTInfo = Context.getTrivialTypeSourceInfo(ArgTy, TypeLoc);