Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDExpr.h258 bool isLValue() const { return getValueKind() == VK_LValue; } in isLValue() function
361 bool isLValue() const { return Kind == CL_LValue; } in isLValue() function