Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp10517 QualType SecondParamType = SecondParam->getType(); in diagnoseOdrViolations() local
10518 if (FirstParamType != SecondParamType && in diagnoseOdrViolations()
10520 computeODRHash(SecondParamType)) { in diagnoseOdrViolations()
10532 SecondParamType->getAs<DecayedType>()) { in diagnoseOdrViolations()
10534 << (I + 1) << SecondParamType << true in diagnoseOdrViolations()
10538 << (I + 1) << SecondParamType << false; in diagnoseOdrViolations()
11102 QualType SecondParamType = SecondParam->getType(); in diagnoseOdrViolations() local
11103 if (FirstParamType != SecondParamType && in diagnoseOdrViolations()
11118 SecondParamType->getAs<DecayedType>()) { in diagnoseOdrViolations()
11121 << (I + 1) << SecondParamType << true in diagnoseOdrViolations()
[all …]
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaOverload.cpp8629 QualType SecondParamType = C->Function->getParamDecl(Reversed ? 0 : 1) in addGenericBinaryPointerOrEnumeralOverloads() local
8635 !SecondParamType->isEnumeralType()) in addGenericBinaryPointerOrEnumeralOverloads()
8641 S.Context.getCanonicalType(SecondParamType))); in addGenericBinaryPointerOrEnumeralOverloads()
H A DSemaDeclCXX.cpp16227 QualType SecondParamType = (*Param)->getType().getUnqualifiedType(); in CheckLiteralOperatorDeclaration() local
16228 if (!Context.hasSameType(SecondParamType, Context.getSizeType())) { in CheckLiteralOperatorDeclaration()
16231 << SecondParamType << Context.getSizeType() in CheckLiteralOperatorDeclaration()