Searched refs:SecondParamType (Results 1 – 2 of 2) sorted by relevance
7603 QualType SecondParamType = in addRelationalPointerOrEnumeralOverloads() local7608 !SecondParamType->isEnumeralType()) in addRelationalPointerOrEnumeralOverloads()7614 S.Context.getCanonicalType(SecondParamType))); in addRelationalPointerOrEnumeralOverloads()
12078 QualType SecondParamType = (*Param)->getType().getUnqualifiedType(); in CheckLiteralOperatorDeclaration() local12079 if (!Context.hasSameType(SecondParamType, Context.getSizeType())) { in CheckLiteralOperatorDeclaration()12082 << SecondParamType << Context.getSizeType() in CheckLiteralOperatorDeclaration()