Home
last modified time | relevance | path

Searched refs:CL_ArrayTemporary (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp69 case Cl::CL_ArrayTemporary: in ClassifyImpl()
87 return Cl::CL_ArrayTemporary; in ClassifyTemporary()
451 return Cl::CL_ArrayTemporary; in ClassifyInternal()
704 case Cl::CL_ArrayTemporary: return LV_ArrayTemporary; in ClassifyLValue()
725 case Cl::CL_ArrayTemporary: return MLV_ArrayTemporary; in isModifiableLvalue()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h338 CL_ArrayTemporary, // A temporary of array type. enumerator