Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp10699 QualType SecondParamType = SecondParam->getType(); in diagnoseOdrViolations() local
10700 if (FirstParamType != SecondParamType && in diagnoseOdrViolations()
10702 ComputeQualTypeODRHash(SecondParamType)) { in diagnoseOdrViolations()
10719 SecondParamType->getAs<DecayedType>()) { in diagnoseOdrViolations()
10724 << SecondParamType << true in diagnoseOdrViolations()
10731 << SecondParamType << false; in diagnoseOdrViolations()
11401 QualType SecondParamType = SecondParam->getType(); in diagnoseOdrViolations() local
11402 if (FirstParamType != SecondParamType && in diagnoseOdrViolations()
11404 ComputeQualTypeODRHash(SecondParamType)) { in diagnoseOdrViolations()
11418 SecondParamType->getAs<DecayedType>()) { in diagnoseOdrViolations()
[all …]
/external/clang/lib/Sema/
DSemaDeclCXX.cpp12078 QualType SecondParamType = (*Param)->getType().getUnqualifiedType(); in CheckLiteralOperatorDeclaration() local
12079 if (!Context.hasSameType(SecondParamType, Context.getSizeType())) { in CheckLiteralOperatorDeclaration()
12082 << SecondParamType << Context.getSizeType() in CheckLiteralOperatorDeclaration()
/external/llvm-project/clang/lib/Sema/
DSemaOverload.cpp8506 QualType SecondParamType = C->Function->getParamDecl(Reversed ? 0 : 1) in addGenericBinaryPointerOrEnumeralOverloads() local
8512 !SecondParamType->isEnumeralType()) in addGenericBinaryPointerOrEnumeralOverloads()
8518 S.Context.getCanonicalType(SecondParamType))); in addGenericBinaryPointerOrEnumeralOverloads()
DSemaDeclCXX.cpp15727 QualType SecondParamType = (*Param)->getType().getUnqualifiedType(); in CheckLiteralOperatorDeclaration() local
15728 if (!Context.hasSameType(SecondParamType, Context.getSizeType())) { in CheckLiteralOperatorDeclaration()
15731 << SecondParamType << Context.getSizeType() in CheckLiteralOperatorDeclaration()