Searched refs:CLine (Results 1 – 3 of 3) sorted by relevance
15 class CLine; variable192 class CLine {194 CLine();195 virtual ~CLine();208 CLine* GetAt(int32_t nIndex) const { return m_Lines.GetAt(nIndex); } in GetAt()219 CLine* pLine = new CLine; in Add()222 } else if (CLine* pLine = GetAt(m_nTotal)) { in Add()235 CPVT_ArrayTemplate<CLine*> m_Lines;
24 CLine::CLine() {} in CLine() function in CLine25 CLine::~CLine() {} in ~CLine()26 CPVT_WordPlace CLine::GetBeginWordPlace() const { in GetBeginWordPlace()29 CPVT_WordPlace CLine::GetEndWordPlace() const { in GetEndWordPlace()33 CPVT_WordPlace CLine::GetPrevWordPlace(const CPVT_WordPlace& place) const { in GetPrevWordPlace()41 CPVT_WordPlace CLine::GetNextWordPlace(const CPVT_WordPlace& place) const { in GetNextWordPlace()68 if (CLine* pLine = m_LineArray.GetAt(i)) { in ResetLinePlace()98 if (CLine* pLine = m_LineArray.GetAt(0)) { in GetBeginWordPlace()104 if (CLine* pLine = m_LineArray.GetAt(m_LineArray.GetSize() - 1)) { in GetEndWordPlace()116 if (CLine* pLine = m_LineArray.GetAt(place.nLineIndex)) { in GetPrevWordPlace()[all …]
46 unsigned CLine = SM.getSpellingLineNumber(Start, &Invalid); in HandleComment() local52 Comments.push_back(Comment(C, CLine, CCol)); in HandleComment()