Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp667 return Cl::CM_RValue; in IsModifiable()
748 case Cl::CM_RValue: llvm_unreachable("CM_RValue and CL_LValue don't match"); in isModifiableLvalue()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h351 CM_RValue, // Not modifiable because it's an rvalue enumerator