Searched refs:FirstParamType (Results 1 – 2 of 2) sorted by relevance
7112 QualType FirstParamType = in addRelationalPointerOrEnumeralOverloads() local7118 if (!FirstParamType->isEnumeralType() || in addRelationalPointerOrEnumeralOverloads()7124 std::make_pair(S.Context.getCanonicalType(FirstParamType), in addRelationalPointerOrEnumeralOverloads()
10611 QualType FirstParamType = FnDecl->getParamDecl(0)->getType(); in CheckOperatorNewDeleteTypes() local10612 if (FirstParamType->isDependentType()) in CheckOperatorNewDeleteTypes()10617 if (SemaRef.Context.getCanonicalType(FirstParamType).getUnqualifiedType() != in CheckOperatorNewDeleteTypes()