Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Format/
H A DUnwrappedLineParser.cpp246 CommentsBeforeNextToken.clear(); in reset()
321 !CommentsBeforeNextToken.empty()) in parseFile()
1008 CommentsBeforeNextToken.empty() in readTokenWithJavaScriptASI()
1010 : CommentsBeforeNextToken.front()->NewlinesBefore == 0; in readTokenWithJavaScriptASI()
1469 CommentsBeforeNextToken.empty() in parseStructuralElement()
1471 : CommentsBeforeNextToken.front()->NewlinesBefore > 0; in parseStructuralElement()
2272 if (!Style.IndentCaseBlocks && CommentsBeforeNextToken.empty() && in parseLabel()
3118 I = CommentsBeforeNextToken.begin(), in flushComments()
3119 E = CommentsBeforeNextToken.end(); in flushComments()
3137 CommentsBeforeNextToken.clear(); in flushComments()
[all …]
H A DUnwrappedLineParser.h202 SmallVector<FormatToken *, 1> CommentsBeforeNextToken; variable