Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Format/
H A DUnwrappedLineParser.cpp241 CommentsBeforeNextToken.clear(); in reset()
316 !CommentsBeforeNextToken.empty()) in parseFile()
934 CommentsBeforeNextToken.empty() in readTokenWithJavaScriptASI()
936 : CommentsBeforeNextToken.front()->NewlinesBefore == 0; in readTokenWithJavaScriptASI()
1348 CommentsBeforeNextToken.empty() in parseStructuralElement()
1350 : CommentsBeforeNextToken.front()->NewlinesBefore > 0; in parseStructuralElement()
1909 if (CommentsBeforeNextToken.empty() && FormatTok->Tok.is(tok::l_brace)) { in parseLabel()
2524 I = CommentsBeforeNextToken.begin(), in flushComments()
2525 E = CommentsBeforeNextToken.end(); in flushComments()
2543 CommentsBeforeNextToken.clear(); in flushComments()
[all …]
H A DUnwrappedLineParser.h185 SmallVector<FormatToken *, 1> CommentsBeforeNextToken; variable