Home
last modified time | relevance | path

Searched defs:NextNonComment (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp942 const FormatToken *NextNonComment = Previous.getNextNonComment(); addTokenOnNewLine() local
1215 const FormatToken *NextNonComment = Previous.getNextNonComment(); getNewLineColumn() local
1812 const FormatToken *NextNonComment = Current.getNextNonComment(); moveStatePastScopeOpener() local
1971 const FormatToken *NextNonComment = Current.getNextNonComment(); moveStatePastScopeCloser() local
[all...]
H A DTokenAnnotator.cpp2208 if (const auto *NextNonComment = Tok.getNextNonComment(); isStartOfName() local
2874 const FormatToken *NextNonComment = Current->getNextNonComment(); getCurrentPrecedence() local
[all...]
H A DWhitespaceManager.cpp1468 const auto *NextNonComment = C.Tok->getNextNonComment(); getCells() local
H A DFormatToken.h652 const auto NextNonComment = getNextNonComment(); global() member