Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h272 bool isLValue() const { return getValueKind() == VK_LValue; } in isLValue() function
375 bool isLValue() const { return Kind == CL_LValue; } in isLValue() function