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

/freebsd-10.1-release/contrib/llvm/tools/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp184 ValueObjectPrinter::IsRef () function in class:ValueObjectPrinter
394 const bool is_ref = IsRef ();
452 m_stream->PutCString(IsRef () ? ": {\n" : " {\n");
470 (IsPtr() || IsRef()) && curr_ptr_depth >= 1 ? curr_ptr_depth - 1 : curr_ptr_depth,
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/DataFormatters/
H A DValueObjectPrinter.h306 IsRef ();

Completed in 45 milliseconds