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