Home
last modified time | relevance | path

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

/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp954 const FormatToken *NextNonComment = Previous.getNextNonComment(); addTokenOnNewLine() local
1227 const FormatToken *NextNonComment = Previous.getNextNonComment(); getNewLineColumn() local
1843 const FormatToken *NextNonComment = Current.getNextNonComment(); moveStatePastScopeOpener() local
2014 const FormatToken *NextNonComment = Current.getNextNonComment(); moveStatePastScopeCloser() local
[all...]
H A DTokenAnnotator.cpp2558 if (const auto *NextNonComment = Tok.getNextNonComment(); isStartOfName() local
3248 const FormatToken *NextNonComment = Current->getNextNonComment(); getCurrentPrecedence() local
[all...]
H A DWhitespaceManager.cpp1506 const auto *NextNonComment = C.Tok->getNextNonComment(); getCells() local
H A DFormatToken.h679 const auto *NextNonComment = getNextNonComment(); global() member