Home
last modified time | relevance | path

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