Home
last modified time | relevance | path

Searched refs:LV_Valid (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp708 case Cl::CL_LValue: return LV_Valid; in ClassifyLValue()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h283 LV_Valid, enumerator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp14123 } else if (lval != Expr::LV_Valid && lval != Expr::LV_IncompleteVoidType) { in CheckAddressOfOperand()