Home
last modified time | relevance | path

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

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