Searched refs:SecondType (Results 1 – 6 of 6) sorted by relevance
858 const Node *SecondType; variable863 FirstType(FirstType_), SecondType(SecondType_) {} in CtorVtableSpecialName()865 template<typename Fn> void match(Fn F) const { F(FirstType, SecondType); } in match()871 SecondType->print(S); in printLeft()4738 Node *SecondType = getDerived().parseType(); in parseSpecialName() local4739 if (SecondType == nullptr) in parseSpecialName()4741 return make<CtorVtableSpecialName>(SecondType, FirstType); in parseSpecialName()
775 const Node *SecondType; member in __anon17245d330111::CtorVtableSpecialName780 FirstType(FirstType_), SecondType(SecondType_) {} in CtorVtableSpecialName()786 SecondType->print(S); in printLeft()4475 Node *SecondType = parseType(); in parseSpecialName() local4476 if (SecondType == nullptr) in parseSpecialName()4478 return make<CtorVtableSpecialName>(SecondType, FirstType); in parseSpecialName()
2416 typedef typename RawPairType::second_type SecondType;2423 testing::SafeMatcherCast<const SecondType&>(second_matcher)) {2491 const Matcher<const SecondType&> second_matcher_;
3008 typedef typename RawPairType::second_type SecondType;3015 testing::SafeMatcherCast<const SecondType&>(second_matcher)) {3083 const Matcher<const SecondType&> second_matcher_;
2588 typedef typename RawPairType::second_type SecondType;2595 testing::SafeMatcherCast<const SecondType&>(second_matcher)) {2663 const Matcher<const SecondType&> second_matcher_;
12537 QualType FirstType, SecondType; in DiagnoseAssignmentResult() local12543 SecondType = SrcType; in DiagnoseAssignmentResult()12554 SecondType = DstType; in DiagnoseAssignmentResult()12560 FDiag << FirstType << SecondType << AA_Passing << SrcExpr->getSourceRange(); in DiagnoseAssignmentResult()12562 FDiag << FirstType << SecondType << Action << SrcExpr->getSourceRange(); in DiagnoseAssignmentResult()12575 HandleFunctionTypeMismatch(FDiag, SecondType, FirstType); in DiagnoseAssignmentResult()12583 if (SecondType == Context.OverloadTy) in DiagnoseAssignmentResult()