Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp10562 QualType SecondParamType = SecondParam->getType(); in diagnoseOdrViolations() local
10563 if (FirstParamType != SecondParamType && in diagnoseOdrViolations()
10565 ComputeQualTypeODRHash(SecondParamType)) { in diagnoseOdrViolations()
10582 SecondParamType->getAs<DecayedType>()) { in diagnoseOdrViolations()
10587 << SecondParamType << true in diagnoseOdrViolations()
10594 << SecondParamType << false; in diagnoseOdrViolations()
11264 QualType SecondParamType = SecondParam->getType(); in diagnoseOdrViolations() local
11265 if (FirstParamType != SecondParamType && in diagnoseOdrViolations()
11267 ComputeQualTypeODRHash(SecondParamType)) { in diagnoseOdrViolations()
11281 SecondParamType->getAs<DecayedType>()) { in diagnoseOdrViolations()
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOverload.cpp8503 QualType SecondParamType = C->Function->getParamDecl(Reversed ? 0 : 1) in addGenericBinaryPointerOrEnumeralOverloads() local
8509 !SecondParamType->isEnumeralType()) in addGenericBinaryPointerOrEnumeralOverloads()
8515 S.Context.getCanonicalType(SecondParamType))); in addGenericBinaryPointerOrEnumeralOverloads()
H A DSemaDeclCXX.cpp15801 QualType SecondParamType = (*Param)->getType().getUnqualifiedType(); in CheckLiteralOperatorDeclaration() local
15802 if (!Context.hasSameType(SecondParamType, Context.getSizeType())) { in CheckLiteralOperatorDeclaration()
15805 << SecondParamType << Context.getSizeType() in CheckLiteralOperatorDeclaration()