Searched refs:CL_AddressableVoid (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp51 kind = (kind == Cl::CL_LValue ? Cl::CL_AddressableVoid : Cl::CL_Void);
60 case Cl::CL_AddressableVoid:
673 case Cl::CL_AddressableVoid: return LV_IncompleteVoidType;
694 case Cl::CL_AddressableVoid: return MLV_IncompleteVoidType;
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h334 CL_AddressableVoid, // Void expression whose address can be taken in C. enumerator in enum:clang::Expr::Classification::Kinds

Completed in 84 milliseconds