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

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExpr.h253 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 110 milliseconds