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

/external/clang/include/clang/AST/
H A DExpr.h249 bool isGLValue() const { return getValueKind() != VK_RValue; } function in class:clang::Expr
349 bool isGLValue() const { return Kind <= CL_XValue; } function in class:clang::Expr::Classification

Completed in 95 milliseconds