Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DAPValue.h186 bool isLValue() const { return Kind == LValue; } in isLValue() function
DExpr.h247 bool isLValue() const { return getValueKind() == VK_LValue; } in isLValue() function
348 bool isLValue() const { return Kind == CL_LValue; } in isLValue() function