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

/external/clang/lib/Sema/
H A DSemaExpr.cpp8485 /// CheckForModifiableLvalue - Verify that E is a modifiable lvalue. If not,
8487 static bool CheckForModifiableLvalue(Expr *E, SourceLocation Loc, Sema &S) { function
8624 if (CheckForModifiableLvalue(LHSExpr, Loc, *this))
8816 if (CheckForModifiableLvalue(Op, OpLoc, S))
10733 CheckForModifiableLvalue(E, BuiltinLoc, *this))

Completed in 105 milliseconds