OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StartColumn
(Results
1 - 3
of
3
) sorted by null
/external/clang/lib/Format/
BreakableToken.h
89
BreakableSingleLineToken(const FormatToken &Tok, unsigned
StartColumn
,
94
unsigned
StartColumn
;
107
/// \p
StartColumn
specifies the column in which the token will start
109
BreakableStringLiteral(const FormatToken &Tok, unsigned
StartColumn
,
122
/// \p
StartColumn
specifies the column in which the comment will start
124
BreakableLineComment(const FormatToken &Token, unsigned
StartColumn
,
143
/// \p
StartColumn
specifies the column in which the comment will start
148
unsigned
StartColumn
, unsigned OriginaStartColumn,
Format.cpp
[
all
...]
/external/clang/tools/libclang/
CIndexDiagnostic.cpp
269
unsigned StartLine,
StartColumn
, EndLine, EndColumn;
271
&StartFile, &StartLine, &
StartColumn
,
279
Out << "{" << StartLine << ":" <<
StartColumn
<< "-"
Completed in 897 milliseconds