Searched refs:FirstType (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmt.cpp1926 QualType FirstType; local
1936 FirstType = D->getType();
1945 if (FirstType->getContainedAutoType()) {
1949 if (DeduceAutoType(D->getTypeSourceInfo(), DeducedInit, FirstType) ==
1952 if (FirstType.isNull()) {
1957 D->setType(FirstType);
1974 FirstType = static_cast<Expr*>(First)->getType();
1975 if (FirstType.isConstQualified())
1977 << FirstType << First->getSourceRange();
1979 if (!FirstType
[all...]
H A DSemaDeclAttr.cpp3627 QualType FirstType = FirstField->getType(); local
3628 if (FirstType->hasFloatingRepresentation() || FirstType->isVectorType()) {
3631 << FirstType->isVectorType() << FirstType;
3635 if (FirstType->isIncompleteType())
3637 uint64_t FirstSize = S.Context.getTypeSize(FirstType);
3638 uint64_t FirstAlign = S.Context.getTypeAlign(FirstType);
H A DSemaExpr.cpp15743 QualType FirstType, SecondType; local
15748 FirstType = DstType;
15759 FirstType = SrcType;
15766 FDiag << FirstType << SecondType << AA_Passing << SrcExpr->getSourceRange();
15768 FDiag << FirstType << SecondType << Action << SrcExpr->getSourceRange();
15781 HandleFunctionTypeMismatch(FDiag, SecondType, FirstType);
15792 FirstType, /*TakingAddress=*/true);
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h825 const Node *FirstType; member in class:final
831 FirstType(FirstType_), SecondType(SecondType_) {}
833 template<typename Fn> void match(Fn F) const { F(FirstType, SecondType); }
837 FirstType->print(S);
5024 Node *FirstType = getDerived().parseType(); local
5025 if (FirstType == nullptr)
5032 return make<CtorVtableSpecialName>(SecondType, FirstType);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9683 QualType FirstType = FirstField->getType();
9685 if (ComputeQualTypeODRHash(FirstType) !=
9689 << FirstII << FirstType;
9791 QualType FirstType = FirstTD->getUnderlyingType();
9793 if (ComputeQualTypeODRHash(FirstType) !=
9797 << IsTypeAlias << FirstName << FirstType;
9824 QualType FirstType = FirstVD->getType();
9826 if (ComputeQualTypeODRHash(FirstType) !=
9830 << FirstName << FirstType;
10988 QualType FirstType
[all...]
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3374 typedef typename RawPairType::first_type FirstType; typedef in class:testing::internal::PairMatcherImpl
3380 testing::SafeMatcherCast<const FirstType&>(first_matcher)),
3449 const Matcher<const FirstType&> first_matcher_;

Completed in 383 milliseconds