Searched defs:isGLValue (Results 1 - 1 of 1) sorted by relevance
/external/clang/include/clang/AST/ | ||
H A D | Expr.h | 253 bool isGLValue() const { return getValueKind() != VK_RValue; } function in class:clang::Expr 351 bool isGLValue() const { return Kind <= CL_XValue; } function in class:clang::Expr::Classification |
Completed in 294 milliseconds