Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp51 kind = (kind == Cl::CL_LValue ? Cl::CL_AddressableVoid : Cl::CL_Void); in ClassifyImpl()
63 case Cl::CL_Void: in ClassifyImpl()
711 case Cl::CL_Void: return LV_InvalidExpression; in ClassifyLValue()
732 case Cl::CL_Void: return MLV_InvalidExpression; in isModifiableLvalue()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h337 CL_Void, // Void cannot be an lvalue in C. enumerator