Home
last modified time | relevance | path

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

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