Home
last modified time | relevance | path

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

/freebsd/contrib/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 …]
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp9155 QualType SecondParamType = C->Function->getParamDecl(Reversed ? 0 : 1) in addGenericBinaryPointerOrEnumeralOverloads() local
9161 !SecondParamType->isEnumeralType()) in addGenericBinaryPointerOrEnumeralOverloads()
9167 S.Context.getCanonicalType(SecondParamType))); in addGenericBinaryPointerOrEnumeralOverloads()
H A DSemaDeclCXX.cpp16627 QualType SecondParamType = (*Param)->getType().getUnqualifiedType(); in CheckLiteralOperatorDeclaration() local
16628 if (!Context.hasSameType(SecondParamType, Context.getSizeType())) { in CheckLiteralOperatorDeclaration()
16631 << SecondParamType << Context.getSizeType() in CheckLiteralOperatorDeclaration()