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