Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp10488 QualType SecondParamType = SecondParam->getType(); in diagnoseOdrViolations() local
10489 if (FirstParamType != SecondParamType && in diagnoseOdrViolations()
10491 ComputeQualTypeODRHash(SecondParamType)) { in diagnoseOdrViolations()
10510 << SecondParamType << true in diagnoseOdrViolations()
10516 << SecondParamType << false; in diagnoseOdrViolations()
11251 QualType SecondParamType = SecondParam->getType(); in diagnoseOdrViolations() local
11252 if (FirstParamType != SecondParamType && in diagnoseOdrViolations()
11254 ComputeQualTypeODRHash(SecondParamType)) { in diagnoseOdrViolations()
11268 SecondParamType->getAs<DecayedType>()) { in diagnoseOdrViolations()
11271 << (I + 1) << SecondParamType << true in diagnoseOdrViolations()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaOverload.cpp8099 QualType SecondParamType = in addGenericBinaryPointerOrEnumeralOverloads() local
8104 !SecondParamType->isEnumeralType()) in addGenericBinaryPointerOrEnumeralOverloads()
8110 S.Context.getCanonicalType(SecondParamType))); in addGenericBinaryPointerOrEnumeralOverloads()
H A DSemaDeclCXX.cpp13599 QualType SecondParamType = (*Param)->getType().getUnqualifiedType(); in CheckLiteralOperatorDeclaration() local
13600 if (!Context.hasSameType(SecondParamType, Context.getSizeType())) { in CheckLiteralOperatorDeclaration()
13603 << SecondParamType << Context.getSizeType() in CheckLiteralOperatorDeclaration()