Searched defs:CheckAssignmentConstraints (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaExpr.cpp5337 Sema::CheckAssignmentConstraints(SourceLocation Loc, function in class:Sema
5340 // cast operations are required, so if CheckAssignmentConstraints
5347 return CheckAssignmentConstraints(LHSType, RHSPtr, K);
5350 /// CheckAssignmentConstraints (C99 6.5.16) - This routine currently
5368 Sema::CheckAssignmentConstraints(QualType LHSType, ExprResult &RHS, function in class:Sema
5694 if (CheckAssignmentConstraints(it->getType(), RHS, Kind)
5776 CheckAssignmentConstraints(LHSType, RHS, Kind);
5780 // CheckAssignmentConstraints allows the left-hand side to be a reference,
7364 ConvTy = CheckAssignmentConstraints(Loc, LHSType, RHSType);

Completed in 43 milliseconds