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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h261 bool isGLValue() const { return getValueKind() != VK_RValue; } function in class:clang::Expr
363 bool isGLValue() const { return Kind <= CL_XValue; } function in class:clang::Expr::Classification

Completed in 161 milliseconds