Home
last modified time | relevance | path

Searched refs:CommentsBeforeNextToken (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp246 CommentsBeforeNextToken.clear(); in reset()
321 !CommentsBeforeNextToken.empty()) in parseFile()
1055 CommentsBeforeNextToken.empty() in readTokenWithJavaScriptASI()
1057 : CommentsBeforeNextToken.front()->NewlinesBefore == 0; in readTokenWithJavaScriptASI()
1527 CommentsBeforeNextToken.empty() in parseStructuralElement()
1529 : CommentsBeforeNextToken.front()->NewlinesBefore > 0; in parseStructuralElement()
2350 if (!Style.IndentCaseBlocks && CommentsBeforeNextToken.empty() && in parseLabel()
3196 I = CommentsBeforeNextToken.begin(), in flushComments()
3197 E = CommentsBeforeNextToken.end(); in flushComments()
3215 CommentsBeforeNextToken.clear(); in flushComments()
[all …]
H A DUnwrappedLineParser.h202 SmallVector<FormatToken *, 1> CommentsBeforeNextToken; variable