Home
last modified time | relevance | path

Searched refs:TEXT_MARK_CATEGORY_LOCATION (Results 1 – 3 of 3) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/debugger/
H A Ddebuggerinternalconstants.h71 const char TEXT_MARK_CATEGORY_LOCATION[] = "Debugger.Mark.Location"; variable
H A Dsourceagent.cpp141 Constants::TEXT_MARK_CATEGORY_LOCATION); in updateLocationMarker()
H A Ddebuggerengine.cpp175 : TextMark(file, line, Constants::TEXT_MARK_CATEGORY_LOCATION), m_engine(engine) in LocationMark()