Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Format/
H A DContinuationIndenter.cpp862 const FormatToken *PreviousNonComment = Current.getPreviousNonComment(); in addTokenOnNewLine() local
1097 const FormatToken *PreviousNonComment = Current.getPreviousNonComment(); in getNewLineColumn() local
H A DWhitespaceManager.cpp312 unsigned PreviousNonComment = i - 1; in AlignTokenSequence() local
H A DUnwrappedLineParser.cpp3330 auto *PreviousNonComment = RequiresToken->getPreviousNonComment(); in parseRequires() local