Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp10698 QualType FirstParamType = FirstParam->getType(); in diagnoseOdrViolations() local
10700 if (FirstParamType != SecondParamType && in diagnoseOdrViolations()
10701 ComputeQualTypeODRHash(FirstParamType) != in diagnoseOdrViolations()
10704 FirstParamType->getAs<DecayedType>()) { in diagnoseOdrViolations()
10708 << FirstMethodType << FirstName << (I + 1) << FirstParamType in diagnoseOdrViolations()
10714 << FirstMethodType << FirstName << (I + 1) << FirstParamType in diagnoseOdrViolations()
11400 QualType FirstParamType = FirstParam->getType(); in diagnoseOdrViolations() local
11402 if (FirstParamType != SecondParamType && in diagnoseOdrViolations()
11403 ComputeQualTypeODRHash(FirstParamType) != in diagnoseOdrViolations()
11406 FirstParamType->getAs<DecayedType>()) { in diagnoseOdrViolations()
[all …]
/external/clang/lib/Sema/
DSemaDeclCXX.cpp11710 QualType FirstParamType = FnDecl->getParamDecl(0)->getType(); in CheckOperatorNewDeleteTypes() local
11711 if (FirstParamType->isDependentType()) in CheckOperatorNewDeleteTypes()
11716 if (SemaRef.Context.getCanonicalType(FirstParamType).getUnqualifiedType() != in CheckOperatorNewDeleteTypes()
12039 QualType FirstParamType = (*Param)->getType().getUnqualifiedType(); in CheckLiteralOperatorDeclaration() local
12043 const PointerType *PT = FirstParamType->getAs<PointerType>(); in CheckLiteralOperatorDeclaration()
12048 << FirstParamType << "'const char *'" << (*Param)->getSourceRange(); in CheckLiteralOperatorDeclaration()
12057 << FirstParamType << "'const char *'" << (*Param)->getSourceRange(); in CheckLiteralOperatorDeclaration()
12070 << FirstParamType << "'const char *'" << (*Param)->getSourceRange(); in CheckLiteralOperatorDeclaration()
/external/llvm-project/clang/lib/Sema/
DSemaDeclCXX.cpp15308 QualType FirstParamType = FnDecl->getParamDecl(0)->getType(); in CheckOperatorNewDeleteTypes() local
15313 FirstParamType = RemoveAddressSpaceFromPtr(SemaRef, PtrTy); in CheckOperatorNewDeleteTypes()
15318 if (SemaRef.Context.getCanonicalType(FirstParamType).getUnqualifiedType() != in CheckOperatorNewDeleteTypes()
15323 return SemaRef.Diag(FnDecl->getLocation(), FirstParamType->isDependentType() in CheckOperatorNewDeleteTypes()
15686 QualType FirstParamType = (*Param)->getType().getUnqualifiedType(); in CheckLiteralOperatorDeclaration() local
15690 const PointerType *PT = FirstParamType->getAs<PointerType>(); in CheckLiteralOperatorDeclaration()
15695 << FirstParamType << "'const char *'" << (*Param)->getSourceRange(); in CheckLiteralOperatorDeclaration()
15704 << FirstParamType << "'const char *'" << (*Param)->getSourceRange(); in CheckLiteralOperatorDeclaration()
15719 << FirstParamType << "'const char *'" << (*Param)->getSourceRange(); in CheckLiteralOperatorDeclaration()
DSemaOverload.cpp8503 QualType FirstParamType = C->Function->getParamDecl(Reversed ? 1 : 0) in addGenericBinaryPointerOrEnumeralOverloads() local
8511 if (!FirstParamType->isEnumeralType() || in addGenericBinaryPointerOrEnumeralOverloads()
8517 std::make_pair(S.Context.getCanonicalType(FirstParamType), in addGenericBinaryPointerOrEnumeralOverloads()