Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/AST/
DExprClassification.cpp644 return Cl::CM_RValue; in IsModifiable()
725 case Cl::CM_RValue: llvm_unreachable("CM_RValue and CL_LValue don't match"); in isModifiableLvalue()
/openbsd/src/gnu/llvm/clang/include/clang/AST/
DExpr.h345 CM_RValue, // Not modifiable because it's an rvalue enumerator