OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CLine
(Results
1 - 3
of
3
) sorted by null
/external/pdfium/core/fpdfdoc/
cline.cpp
7
#include "core/fpdfdoc/
cline
.h"
9
CLine
::
CLine
() {}
11
CLine
::
CLine
(const CPVT_LineInfo& lineinfo) : m_LineInfo(lineinfo) {}
13
CLine
::~
CLine
() {}
15
CPVT_WordPlace
CLine
::GetBeginWordPlace() const {
19
CPVT_WordPlace
CLine
::GetEndWordPlace() const {
24
CPVT_WordPlace
CLine
::GetPrevWordPlace(const CPVT_WordPlace& place) const
[
all
...]
cline.h
13
class
CLine
{
15
CLine
();
16
explicit
CLine
(const CPVT_LineInfo& lineinfo);
17
~
CLine
();
/external/clang/unittests/Tooling/
CommentHandlerTest.cpp
46
unsigned
CLine
= SM.getSpellingLineNumber(Start, &Invalid);
52
Comments.push_back(Comment(C,
CLine
, CCol));
Completed in 76 milliseconds