Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DExpr.h271 bool isLValue() const { return getValueKind() == VK_LValue; } in isLValue() function
374 bool isLValue() const { return Kind == CL_LValue; } in isLValue() function