Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10591 QualType SecondParamType = SecondParam->getType(); in diagnoseOdrViolations() local
10592 if (FirstParamType != SecondParamType && in diagnoseOdrViolations()
10594 ComputeQualTypeODRHash(SecondParamType)) { in diagnoseOdrViolations()
10616 << SecondParamType << true in diagnoseOdrViolations()
10623 << SecondParamType << false; in diagnoseOdrViolations()
11293 QualType SecondParamType = SecondParam->getType(); in diagnoseOdrViolations() local
11294 if (FirstParamType != SecondParamType && in diagnoseOdrViolations()
11296 ComputeQualTypeODRHash(SecondParamType)) { in diagnoseOdrViolations()
11310 SecondParamType->getAs<DecayedType>()) { in diagnoseOdrViolations()
11313 << (I + 1) << SecondParamType << true in diagnoseOdrViolations()
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaOverload.cpp8499 QualType SecondParamType = C->Function->getParamDecl(Reversed ? 0 : 1) in addGenericBinaryPointerOrEnumeralOverloads() local
8505 !SecondParamType->isEnumeralType()) in addGenericBinaryPointerOrEnumeralOverloads()
8511 S.Context.getCanonicalType(SecondParamType))); in addGenericBinaryPointerOrEnumeralOverloads()
H A DSemaDeclCXX.cpp16006 QualType SecondParamType = (*Param)->getType().getUnqualifiedType(); in CheckLiteralOperatorDeclaration() local
16007 if (!Context.hasSameType(SecondParamType, Context.getSizeType())) { in CheckLiteralOperatorDeclaration()
16010 << SecondParamType << Context.getSizeType() in CheckLiteralOperatorDeclaration()