Searched refs:DoClear (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DHistoryUnwind.h30 DoClear();
H A DUnwindMacOSXFrameBackchain.h35 DoClear() function in class:UnwindMacOSXFrameBackchain
H A DHistoryUnwind.cpp39 HistoryUnwind::DoClear () function in class:HistoryUnwind
H A DUnwindLLDB.h64 DoClear() function in class:lldb_private::UnwindLLDB
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DUnwind.h44 DoClear();
99 DoClear() = 0;
/freebsd-10.3-release/contrib/llvm/lib/Support/
H A DYAMLTraits.cpp242 bool Input::beginBitSetScalar(bool &DoClear) { argument
249 DoClear = true;
531 bool Output::beginBitSetScalar(bool &DoClear) { argument
535 DoClear = false;
/freebsd-10.3-release/contrib/llvm/include/llvm/Support/
H A DYAMLTraits.h455 bool DoClear; local
456 if ( io.beginBitSetScalar(DoClear) ) {
457 if ( DoClear )

Completed in 195 milliseconds