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