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