Home
last modified time | relevance | path

Searched refs:CL_AddressableVoid (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()
64 case Cl::CL_AddressableVoid: in ClassifyImpl()
712 case Cl::CL_AddressableVoid: return LV_IncompleteVoidType; in ClassifyLValue()
733 case Cl::CL_AddressableVoid: return MLV_IncompleteVoidType; in isModifiableLvalue()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h338 CL_AddressableVoid, // Void expression whose address can be taken in C. enumerator