Searched defs:is_const (Results 1 – 3 of 3) sorted by relevance
24 struct _LIBCPP_TEMPLATE_VIS is_const : _BoolConstant<__is_const(_Tp)> {}; struct
224 int is_const; member
1104 CompilerType TypeSystemClang::GetCStringType(bool is_const) { in GetCStringType()