Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h273 bool isRValue() const { return getValueKind() == VK_RValue; } in isRValue() function
379 bool isRValue() const { return Kind >= CL_XValue; } in isRValue() function