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