Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DExprClassification.cpp51 kind = (kind == Cl::CL_LValue ? Cl::CL_AddressableVoid : Cl::CL_Void); in ClassifyImpl()
59 case Cl::CL_Void: in ClassifyImpl()
632 case Cl::CL_Void: return LV_InvalidExpression; in ClassifyLValue()
653 case Cl::CL_Void: return MLV_InvalidExpression; in isModifiableLvalue()
/external/clang/include/clang/AST/
DExpr.h308 CL_Void, // Void cannot be an lvalue in C. enumerator