Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExprClassification.cpp586 return Cl::CM_LValueCast; in IsModifiable()
664 return VC.getModifiable() == Cl::CM_LValueCast ? in isModifiableLvalue()
673 case Cl::CM_LValueCast: in isModifiableLvalue()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExpr.h325 CM_LValueCast, // Same as CM_RValue, but indicates GCC cast-as-lvalue ext enumerator