Searched defs:isRValue (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DExpr.h204 bool isRValue() const { return getValueKind() == VK_RValue; } function in class:clang::Expr
307 bool isRValue() const { return Kind >= CL_XValue; } function in class:clang::Expr::Classification

Completed in 91 milliseconds