Searched refs:FirstParamType (Results 1 – 2 of 2) sorted by relevance
11532 QualType FirstParamType = FnDecl->getParamDecl(0)->getType(); in CheckOperatorNewDeleteTypes() local11533 if (FirstParamType->isDependentType()) in CheckOperatorNewDeleteTypes()11538 if (SemaRef.Context.getCanonicalType(FirstParamType).getUnqualifiedType() != in CheckOperatorNewDeleteTypes()
7553 QualType FirstParamType = in addRelationalPointerOrEnumeralOverloads() local7559 if (!FirstParamType->isEnumeralType() || in addRelationalPointerOrEnumeralOverloads()7565 std::make_pair(S.Context.getCanonicalType(FirstParamType), in addRelationalPointerOrEnumeralOverloads()