Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDExprClassification.cpp66 case Cl::CL_ObjCMessageRValue: in ClassifyImpl()
354 return (kind == Cl::CL_PRValue) ? Cl::CL_ObjCMessageRValue : kind; in ClassifyInternal()
641 case Cl::CL_ObjCMessageRValue: return LV_InvalidMessageExpression; in ClassifyLValue()
662 case Cl::CL_ObjCMessageRValue: return MLV_InvalidMessageExpression; in isModifiableLvalue()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDExpr.h316 CL_ObjCMessageRValue, // ObjC message is an rvalue enumerator