Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp689 case Cl::CL_ArrayTemporary: return LV_ArrayTemporary; in ClassifyLValue()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h285 LV_ArrayTemporary enumerator
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp13616 if (lval == Expr::LV_ClassTemporary || lval == Expr::LV_ArrayTemporary) { in CheckAddressOfOperand()