Home
last modified time | relevance | path

Searched defs:PreviousNonComment (Results 1 – 3 of 3) sorted by relevance

/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp953 const FormatToken *PreviousNonComment = Current.getPreviousNonComment(); addTokenOnNewLine() local
1226 const FormatToken *PreviousNonComment = Current.getPreviousNonComment(); getNewLineColumn() local
[all...]
H A DWhitespaceManager.cpp325 unsigned PreviousNonComment = i - 1; in AlignTokenSequence() local
H A DUnwrappedLineParser.cpp3439 auto *PreviousNonComment = RequiresToken->getPreviousNonComment(); parseRequires() local