Searched defs:NextNonComment (Results 1 – 4 of 4) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Format/ | ||
H A D | ContinuationIndenter.cpp | 942 const FormatToken *NextNonComment = Previous.getNextNonComment(); addTokenOnNewLine() local |
H A D | TokenAnnotator.cpp | 2208 if (const auto *NextNonComment = Tok.getNextNonComment(); isStartOfName() local |
H A D | WhitespaceManager.cpp | 1468 const auto *NextNonComment = C.Tok->getNextNonComment(); getCells() local |
H A D | FormatToken.h | 652 const auto NextNonComment = getNextNonComment(); global() member |