Searched refs:CM_LValueCast (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DExprClassification.cpp581 return Cl::CM_LValueCast;
664 return VC.getModifiable() == Cl::CM_LValueCast ?
673 case Cl::CM_LValueCast:
674 llvm_unreachable("CM_LValueCast and CL_LValue don't match");
/external/clang/include/clang/AST/
H A DExpr.h324 CM_LValueCast, // Same as CM_RValue, but indicates GCC cast-as-lvalue ext enumerator in enum:clang::Expr::Classification::ModifiableType

Completed in 335 milliseconds