reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaExpr.cpp
14789     SecondType = SrcType;
14800     SecondType = DstType;
14806     FDiag << FirstType << SecondType << AA_Passing << SrcExpr->getSourceRange();
14808     FDiag << FirstType << SecondType << Action << SrcExpr->getSourceRange();
14821     HandleFunctionTypeMismatch(FDiag, SecondType, FirstType);
14829   if (SecondType == Context.OverloadTy)