Home
last modified time | relevance | path

Searched refs:CL_AddressableVoid (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()
75 case Cl::CL_AddressableVoid: in ClassifyImpl()
613 case Cl::CL_AddressableVoid: return LV_IncompleteVoidType; in ClassifyLValue()
634 case Cl::CL_AddressableVoid: return MLV_IncompleteVoidType; in isModifiableLvalue()
/external/clang/include/clang/AST/
DExpr.h263 CL_AddressableVoid, // Void expression whose address can be taken in C. enumerator