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