Searched refs:CLine (Results 1 - 3 of 3) sorted by relevance

/external/clang/unittests/Tooling/
H A DCommentHandlerTest.cpp46 unsigned CLine = SM.getSpellingLineNumber(Start, &Invalid); local
52 Comments.push_back(Comment(C, CLine, CCol));
/external/pdfium/core/src/fpdfdoc/
H A Ddoc_vt.cpp19 CLine::CLine() function in class:CLine
22 CLine::~CLine()
25 CPVT_WordPlace CLine::GetBeginWordPlace() const
29 CPVT_WordPlace CLine::GetEndWordPlace() const
33 CPVT_WordPlace CLine::GetPrevWordPlace(const CPVT_WordPlace & place) const
40 CPVT_WordPlace CLine::GetNextWordPlace(const CPVT_WordPlace & place) const
73 if (CLine * pLine = m_LineArray.GetAt(i)) {
109 if (CLine * pLin
[all...]
H A Dpdf_vt.h13 class CLine;
216 class CLine : public CFX_Object class in inherits:CFX_Object
219 CLine();
220 virtual ~CLine();
240 CLine * GetAt(FX_INT32 nIndex) const
259 if (CLine * pLine = FX_NEW CLine) {
266 if (CLine * pLine = GetAt(m_nTotal)) {
280 CPVT_ArrayTemplate<CLine*> m_Lines;

Completed in 294 milliseconds