Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprClassification.cpp630 return Cl::CM_RValue; in IsModifiable()
711 case Cl::CM_RValue: llvm_unreachable("CM_RValue and CL_LValue don't match"); in isModifiableLvalue()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h346 CM_RValue, // Not modifiable because it's an rvalue enumerator