Searched refs:SecondType (Results 1 – 4 of 4) sorted by relevance
853 const Node *SecondType; variable858 FirstType(FirstType_), SecondType(SecondType_) {} in CtorVtableSpecialName()860 template<typename Fn> void match(Fn F) const { F(FirstType, SecondType); } in match()866 SecondType->print(S); in printLeft()4733 Node *SecondType = getDerived().parseType(); in parseSpecialName() local4734 if (SecondType == nullptr) in parseSpecialName()4736 return make<CtorVtableSpecialName>(SecondType, FirstType); in parseSpecialName()
10253 QualType SecondType = SecondField->getType(); in diagnoseOdrViolations() local10255 ComputeQualTypeODRHash(SecondType)) { in diagnoseOdrViolations()10261 << SecondII << SecondType; in diagnoseOdrViolations()10718 QualType SecondType = SecondTD->getUnderlyingType(); in diagnoseOdrViolations() local10720 ComputeQualTypeODRHash(SecondType)) { in diagnoseOdrViolations()10749 QualType SecondType = SecondVD->getType(); in diagnoseOdrViolations() local10751 ComputeQualTypeODRHash(SecondType)) { in diagnoseOdrViolations()10757 << SecondName << SecondType; in diagnoseOdrViolations()10956 ComputeQualTypeODRHash(SecondType)) { in diagnoseOdrViolations()11073 QualType SecondType = SecondNTTPD->getType(); in diagnoseOdrViolations() local[all …]
3375 typedef typename RawPairType::second_type SecondType;3382 testing::SafeMatcherCast<const SecondType&>(second_matcher)) {3450 const Matcher<const SecondType&> second_matcher_;
14139 QualType FirstType, SecondType; in DiagnoseAssignmentResult() local14145 SecondType = SrcType; in DiagnoseAssignmentResult()14156 SecondType = DstType; in DiagnoseAssignmentResult()14162 FDiag << FirstType << SecondType << AA_Passing << SrcExpr->getSourceRange(); in DiagnoseAssignmentResult()14164 FDiag << FirstType << SecondType << Action << SrcExpr->getSourceRange(); in DiagnoseAssignmentResult()14177 HandleFunctionTypeMismatch(FDiag, SecondType, FirstType); in DiagnoseAssignmentResult()14185 if (SecondType == Context.OverloadTy) in DiagnoseAssignmentResult()