Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprClassification.cpp66 kind = (kind == Cl::CL_LValue ? Cl::CL_AddressableVoid : Cl::CL_Void); in ClassifyImpl()
74 case Cl::CL_Void: in ClassifyImpl()
612 case Cl::CL_Void: return LV_InvalidExpression; in ClassifyLValue()
633 case Cl::CL_Void: return MLV_InvalidExpression; in isModifiableLvalue()
/external/clang/include/clang/AST/
DExpr.h262 CL_Void, // Void cannot be an lvalue in C. enumerator