OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ContinuesLineCommentSection
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Format/
FormatToken.h
215
PartOfMultiVariableDeclStmt(false),
ContinuesLineCommentSection
(false),
276
unsigned
ContinuesLineCommentSection
: 1;
UnwrappedLineParser.cpp
3010
continuesLineCommentSection
(const FormatToken &FormatTok,
3129
(*I)->
ContinuesLineCommentSection
=
3130
continuesLineCommentSection
(**I, *Line, CommentPragmasRegex);
3131
if (isOnNewLine(**I) && JustComments && !(*I)->
ContinuesLineCommentSection
)
3157
// the method
continuesLineCommentSection
, with the following caveat:
3191
FormatTok->
ContinuesLineCommentSection
= false;
3193
FormatTok->
ContinuesLineCommentSection
=
3194
continuesLineCommentSection
(*FormatTok, *Line, CommentPragmasRegex);
3196
if (!FormatTok->
ContinuesLineCommentSection
&&
BreakableToken.cpp
853
if (CurrentTok->Next && !CurrentTok->Next->
ContinuesLineCommentSection
) {
Completed in 18 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026