Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprClassification.cpp643 MLV_LValueCast : MLV_InvalidExpression; in isModifiableLvalue()
/external/clang/include/clang/AST/
DExpr.h229 MLV_LValueCast, // Specialized form of MLV_InvalidExpression. enumerator
/external/clang/lib/Sema/
DSemaExpr.cpp7580 case Expr::MLV_LValueCast: in CheckForModifiableLvalue()