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

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAPValue.h366 bool isLValue() const { return Kind == LValue; } function in class:clang::APValue
H A DExpr.h273 bool isLValue() const { return getValueKind() == VK_LValue; } function in class:clang::Expr
376 bool isLValue() const { return Kind == CL_LValue; } function in class:clang::Expr::Classification

Completed in 145 milliseconds