Home | History | Annotate | Download | only in Sema

Lines Matching refs:FirstType

11664   QualType FirstType, SecondType;
11669 FirstType = DstType;
11680 FirstType = SrcType;
11687 FDiag << FirstType << SecondType << AA_Passing << SrcExpr->getSourceRange();
11689 FDiag << FirstType << SecondType << Action << SrcExpr->getSourceRange();
11703 HandleFunctionTypeMismatch(FDiag, SecondType, FirstType);
11713 FirstType);