Home
last modified time | relevance | path

Searched refs:SecondParamType (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/AST/
H A DODRDiagsEmitter.cpp111 QualType SecondParamType = SecondParam->getType(); in diagnoseSubMismatchMethodParameters() local
112 if (FirstParamType != SecondParamType && in diagnoseSubMismatchMethodParameters()
113 computeODRHash(FirstParamType) != computeODRHash(SecondParamType)) { in diagnoseSubMismatchMethodParameters()
123 SecondParamType->getAs<DecayedType>()) { in diagnoseSubMismatchMethodParameters()
124 DiagNote(ParameterType) << (I + 1) << SecondParamType << true in diagnoseSubMismatchMethodParameters()
127 DiagNote(ParameterType) << (I + 1) << SecondParamType << false; in diagnoseSubMismatchMethodParameters()
1726 QualType SecondParamType = SecondParam->getType(); in diagnoseMismatch() local
1727 if (FirstParamType != SecondParamType && in diagnoseMismatch()
1728 computeODRHash(FirstParamType) != computeODRHash(SecondParamType)) { in diagnoseMismatch()
1742 SecondParamType->getAs<DecayedType>()) { in diagnoseMismatch()
[all …]
/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp9336 QualType SecondParamType = C->Function->getParamDecl(Reversed ? 0 : 1) in addMatrixBinaryArithmeticOverloads()
9342 !SecondParamType->isEnumeralType()) in addMatrixBinaryArithmeticOverloads()
9348 S.Context.getCanonicalType(SecondParamType)));
9179 QualType SecondParamType = C->Function->getParamDecl(Reversed ? 0 : 1) addGenericBinaryPointerOrEnumeralOverloads() local
H A DSemaDeclCXX.cpp16725 QualType SecondParamType = (*Param)->getType().getUnqualifiedType(); in BuildExceptionDeclaration()
16726 if (!Context.hasSameType(SecondParamType, Context.getSizeType())) { in BuildExceptionDeclaration()
16729 << SecondParamType << Context.getSizeType() in BuildExceptionDeclaration()
16568 QualType SecondParamType = (*Param)->getType().getUnqualifiedType(); CheckLiteralOperatorDeclaration() local