Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprClassification.cpp65 case Cl::CL_ArrayTemporary: in ClassifyImpl()
81 return Cl::CL_ArrayTemporary; in ClassifyTemporary()
646 case Cl::CL_ArrayTemporary: return LV_ArrayTemporary; in ClassifyLValue()
667 case Cl::CL_ArrayTemporary: return MLV_ArrayTemporary; in isModifiableLvalue()
/external/clang/include/clang/AST/
DExpr.h311 CL_ArrayTemporary, // A temporary of array type. enumerator