Searched refs:CLine (Results 1 – 3 of 3) sorted by relevance
13 class CLine; variable216 class CLine : public CFX_Object219 CLine();220 virtual ~CLine();240 CLine * GetAt(FX_INT32 nIndex) const in GetAt()259 if (CLine * pLine = FX_NEW CLine) { in Add()266 if (CLine * pLine = GetAt(m_nTotal)) { in Add()280 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()109 if (CLine * pLine = m_LineArray.GetAt(0)) { in GetBeginWordPlace()117 if (CLine * pLine = m_LineArray.GetAt(m_LineArray.GetSize() - 1)) { in GetEndWordPlace()131 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()