Home
last modified time | relevance | path

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

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