Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h275 bool isGLValue() const { return getValueKind() != VK_PRValue; } isGLValue() function
377 bool isGLValue() const { return Kind <= CL_XValue; } isGLValue() function