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

/external/clang/lib/AST/
H A DExprClassification.cpp586 return Cl::CM_RValue;
671 case Cl::CM_RValue: llvm_unreachable("CM_RValue and CL_LValue don't match");
/external/clang/include/clang/AST/
H A DExpr.h322 CM_RValue, // Not modifiable because it's an rvalue enumerator in enum:clang::Expr::Classification::ModifiableType
324 CM_LValueCast, // Same as CM_RValue, but indicates GCC cast-as-lvalue ext

Completed in 144 milliseconds