HomeSort by: relevance | last modified time | path
    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