Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDSemaExpr.cpp11770 QualType FirstType, SecondType; in DiagnoseAssignmentResult() local
11776 SecondType = SrcType; in DiagnoseAssignmentResult()
11787 SecondType = DstType; in DiagnoseAssignmentResult()
11793 FDiag << FirstType << SecondType << AA_Passing << SrcExpr->getSourceRange(); in DiagnoseAssignmentResult()
11795 FDiag << FirstType << SecondType << Action << SrcExpr->getSourceRange(); in DiagnoseAssignmentResult()
11809 HandleFunctionTypeMismatch(FDiag, SecondType, FirstType); in DiagnoseAssignmentResult()
11817 if (SecondType == Context.OverloadTy) in DiagnoseAssignmentResult()