Searched refs:MLV_Valid (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaStmtAsm.cpp316 case Expr::MLV_Valid:
H A DSemaExpr.cpp12566 if (IsLV == Expr::MLV_Valid)
12650 case Expr::MLV_Valid:
12651 llvm_unreachable("did not take early return for MLV_Valid");
18401 == Expr::MLV_Valid) {
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp708 case Cl::CM_Modifiable: return MLV_Valid;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h294 MLV_Valid, enumerator in enum:clang::Expr::isModifiableLvalueResult

Completed in 118 milliseconds