Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvaluationResult.h89 bool isLValue() const { return Kind == LValue; } in isLValue() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h277 bool isLValue() const { return getValueKind() == VK_LValue; } in isLValue() function
380 bool isLValue() const { return Kind == CL_LValue; } in isLValue() function