Searched refs:checkUnsafeAssigns (Results 1 – 3 of 3) sorted by relevance
3771 bool Sema::checkUnsafeAssigns(SourceLocation Loc, in checkUnsafeAssigns() function in Sema3792 if (checkUnsafeAssigns(Loc, LHSType, RHS)) in checkUnsafeExprAssigns()
5576 checkUnsafeAssigns(VDecl->getLocation(), VDecl->getType(), Init); in AddInitializerToDecl()
5646 bool checkUnsafeAssigns(SourceLocation Loc, QualType LHS, Expr *RHS);