Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaExpr.cpp10725 QualType FirstType, SecondType; in DiagnoseAssignmentResult() local
10731 SecondType = SrcType; in DiagnoseAssignmentResult()
10742 SecondType = DstType; in DiagnoseAssignmentResult()
10748 FDiag << FirstType << SecondType << SrcExpr->getSourceRange(); in DiagnoseAssignmentResult()
10750 FDiag << FirstType << SecondType << Action << SrcExpr->getSourceRange(); in DiagnoseAssignmentResult()
10764 HandleFunctionTypeMismatch(FDiag, SecondType, FirstType); in DiagnoseAssignmentResult()
10768 if (SecondType == Context.OverloadTy) in DiagnoseAssignmentResult()