Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp10487 QualType FirstParamType = FirstParam->getType(); in diagnoseOdrViolations() local
10489 if (FirstParamType != SecondParamType && in diagnoseOdrViolations()
10490 ComputeQualTypeODRHash(FirstParamType) != in diagnoseOdrViolations()
10493 FirstParamType->getAs<DecayedType>()) { in diagnoseOdrViolations()
10496 << FirstMethodType << FirstName << (I + 1) << FirstParamType in diagnoseOdrViolations()
11250 QualType FirstParamType = FirstParam->getType(); in diagnoseOdrViolations() local
11252 if (FirstParamType != SecondParamType && in diagnoseOdrViolations()
11253 ComputeQualTypeODRHash(FirstParamType) != in diagnoseOdrViolations()
11256 FirstParamType->getAs<DecayedType>()) { in diagnoseOdrViolations()
11259 << (I + 1) << FirstParamType << true in diagnoseOdrViolations()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp13197 QualType FirstParamType = FnDecl->getParamDecl(0)->getType(); in CheckOperatorNewDeleteTypes() local
13198 if (FirstParamType->isDependentType()) in CheckOperatorNewDeleteTypes()
13207 FirstParamType = RemoveAddressSpaceFromPtr(SemaRef, PtrTy); in CheckOperatorNewDeleteTypes()
13210 if (SemaRef.Context.getCanonicalType(FirstParamType).getUnqualifiedType() != in CheckOperatorNewDeleteTypes()
13558 QualType FirstParamType = (*Param)->getType().getUnqualifiedType(); in CheckLiteralOperatorDeclaration() local
13562 const PointerType *PT = FirstParamType->getAs<PointerType>(); in CheckLiteralOperatorDeclaration()
13567 << FirstParamType << "'const char *'" << (*Param)->getSourceRange(); in CheckLiteralOperatorDeclaration()
13576 << FirstParamType << "'const char *'" << (*Param)->getSourceRange(); in CheckLiteralOperatorDeclaration()
13591 << FirstParamType << "'const char *'" << (*Param)->getSourceRange(); in CheckLiteralOperatorDeclaration()
H A DSemaOverload.cpp8097 QualType FirstParamType = in addGenericBinaryPointerOrEnumeralOverloads() local
8103 if (!FirstParamType->isEnumeralType() || in addGenericBinaryPointerOrEnumeralOverloads()
8109 std::make_pair(S.Context.getCanonicalType(FirstParamType), in addGenericBinaryPointerOrEnumeralOverloads()