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

/freebsd-11-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.h258 bool isLValue() const { return getValueKind() == VK_LValue; } function in class:clang::Expr
361 bool isLValue() const { return Kind == CL_LValue; } function in class:clang::Expr::Classification

Completed in 176 milliseconds