Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp662 return Cl::CM_LValueCast; in IsModifiable()
741 return VC.getModifiable() == Cl::CM_LValueCast ? in isModifiableLvalue()
750 case Cl::CM_LValueCast: in isModifiableLvalue()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h353 CM_LValueCast, // Same as CM_RValue, but indicates GCC cast-as-lvalue ext enumerator