Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Format/
H A DContinuationIndenter.cpp951 const FormatToken *PreviousNonComment = Current.getPreviousNonComment(); in addTokenOnNewLine() local
1224 const FormatToken *PreviousNonComment = Current.getPreviousNonComment(); in getNewLineColumn() local
H A DWhitespaceManager.cpp325 unsigned PreviousNonComment = i - 1; in AlignTokenSequence() local
H A DUnwrappedLineParser.cpp3462 auto *PreviousNonComment = RequiresToken->getPreviousNonComment(); in parseRequires() local