Searched refs:is_ref (Results 1 – 1 of 1) sorted by relevance
3457 const bool is_ref = type_flags.Test (ClangASTType::eTypeIsReference); in DumpValueObject_Impl() local3510 if (is_ptr || is_ref) in DumpValueObject_Impl()3518 else if (is_ref && curr_depth == 0) in DumpValueObject_Impl()3548 s.PutCString(is_ref ? ": {\n" : " {\n"); in DumpValueObject_Impl()3572 … (is_ptr || is_ref) ? curr_ptr_depth - 1 : curr_ptr_depth, in DumpValueObject_Impl()