Home
last modified time | relevance | path

Searched refs:CheckForModifiableLvalue (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp12949 static bool CheckForModifiableLvalue(Expr *E, SourceLocation Loc, Sema &S) { in CheckForModifiableLvalue() function
13128 if (CheckForModifiableLvalue(LHSExpr, Loc, *this)) in CheckAssignmentOperands()
13430 if (CheckForModifiableLvalue(Op, OpLoc, S)) in CheckIncrementDecrementOperand()
15772 if (CheckForModifiableLvalue(E, BuiltinLoc, *this)) in BuildVAArgExpr()
15804 CheckForModifiableLvalue(E, BuiltinLoc, *this)) in BuildVAArgExpr()