Searched refs:isXValue (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h275 bool isXValue() const { return getValueKind() == VK_XValue; } function in class:clang::Expr
377 bool isXValue() const { return Kind == CL_XValue; } function in class:clang::Expr::Classification
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjC.cpp2773 if (e->isXValue() &&
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaInit.cpp4851 ((InitCategory.isXValue() && !isNonReferenceableGLValue(Initializer)) ||
4855 ExprValueKind ValueKind = InitCategory.isXValue() ? VK_XValue : VK_RValue;
H A DSemaExprCXX.cpp5745 if (To->isLValue() || To->isXValue()) {
H A DSemaOverload.cpp4783 (InitCategory.isXValue() ||
H A DSemaExpr.cpp18725 } else if (E->isXValue()) {

Completed in 261 milliseconds