Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprClassification.cpp598 return Cl::CM_RValue; in IsModifiable()
678 case Cl::CM_RValue: llvm_unreachable("CM_RValue and CL_LValue don't match"); in isModifiableLvalue()
/external/clang/include/clang/AST/
DExpr.h320 CM_RValue, // Not modifiable because it's an rvalue enumerator