Searched refs:CLine (Results 1 – 3 of 3) sorted by relevance
15 class CLine; variable218 class CLine 221 CLine();222 virtual ~CLine();242 CLine * GetAt(FX_INT32 nIndex) const in GetAt()261 CLine* pLine = new CLine; in Add()264 } else if (CLine* pLine = GetAt(m_nTotal)) { in Add()277 CPVT_ArrayTemplate<CLine*> m_Lines;
19 CLine::CLine() in CLine() function in CLine22 CLine::~CLine() in ~CLine()25 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()40 CPVT_WordPlace CLine::GetNextWordPlace(const CPVT_WordPlace & place) const in GetNextWordPlace()73 if (CLine * pLine = m_LineArray.GetAt(i)) { in ResetLinePlace()108 if (CLine * pLine = m_LineArray.GetAt(0)) { in GetBeginWordPlace()116 if (CLine * pLine = m_LineArray.GetAt(m_LineArray.GetSize() - 1)) { in GetEndWordPlace()130 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()