Searched refs:SecondType (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h826 const Node *SecondType; member in class:final
831 FirstType(FirstType_), SecondType(SecondType_) {}
833 template<typename Fn> void match(Fn F) const { F(FirstType, SecondType); }
839 SecondType->print(S);
5029 Node *SecondType = getDerived().parseType();
5030 if (SecondType == nullptr)
5032 return make<CtorVtableSpecialName>(SecondType, FirstType);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9684 QualType SecondType = SecondField->getType();
9686 ComputeQualTypeODRHash(SecondType)) {
9692 << SecondII << SecondType;
9792 QualType SecondType = SecondTD->getUnderlyingType();
9794 ComputeQualTypeODRHash(SecondType)) {
9800 << IsTypeAlias << SecondName << SecondType;
9825 QualType SecondType = SecondVD->getType();
9827 ComputeQualTypeODRHash(SecondType)) {
9833 << SecondName << SecondType;
10989 QualType SecondType
[all...]
/freebsd-13-stable/contrib/googletest/googlemock/include/gmock/
H A Dgmock-matchers.h3375 typedef typename RawPairType::second_type SecondType; typedef in class:testing::internal::PairMatcherImpl
3382 testing::SafeMatcherCast<const SecondType&>(second_matcher)) {
3450 const Matcher<const SecondType&> second_matcher_;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp15743 QualType FirstType, SecondType; local
15749 SecondType = SrcType;
15760 SecondType = DstType;
15766 FDiag << FirstType << SecondType << AA_Passing << SrcExpr->getSourceRange();
15768 FDiag << FirstType << SecondType << Action << SrcExpr->getSourceRange();
15781 HandleFunctionTypeMismatch(FDiag, SecondType, FirstType);
15790 if (SecondType == Context.OverloadTy)

Completed in 247 milliseconds