reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
790 if (CurrentTok->Next && !CurrentTok->Next->ContinuesLineCommentSection) {
tools/clang/lib/Format/UnwrappedLineParser.cpp2620 (*I)->ContinuesLineCommentSection = 2622 if (isOnNewLine(**I) && JustComments && !(*I)->ContinuesLineCommentSection) 2682 FormatTok->ContinuesLineCommentSection = false; 2684 FormatTok->ContinuesLineCommentSection = 2687 if (!FormatTok->ContinuesLineCommentSection &&