OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getNextNonComment
(Results
1 - 7
of
7
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Format/
NamespaceEndCommentsFixer.cpp
32
const FormatToken *Tok = NamespaceTok->
getNextNonComment
();
37
Tok = Tok->
getNextNonComment
();
40
Tok = Tok->
getNextNonComment
();
50
Tok = Tok->
getNextNonComment
();
58
Tok = Tok->
getNextNonComment
();
FormatToken.cpp
224
if (ItemEnd->
getNextNonComment
() == Token->MatchingParen)
UsingDeclarationsSorter.cpp
201
FirstTok->is(tok::comment) ? FirstTok->
getNextNonComment
() : FirstTok;
UnwrappedLineFormatter.cpp
23
const FormatToken *Next = Line.First->
getNextNonComment
();
24
const FormatToken *NextNext = Next ? Next->
getNextNonComment
() : nullptr;
242
Tok = Tok->
getNextNonComment
();
250
Tok = Tok->
getNextNonComment
();
575
const FormatToken *Tok = Line.First->
getNextNonComment
();
621
(Tok->
getNextNonComment
() == nullptr ||
622
Tok->
getNextNonComment
()->is(tok::semi))) {
ContinuationIndenter.cpp
747
const FormatToken *Next = Previous.MatchingParen->
getNextNonComment
();
766
const FormatToken *NextNonComment = Previous.
getNextNonComment
();
978
const FormatToken *NextNonComment = Previous.
getNextNonComment
();
1201
(Current.
getNextNonComment
() &&
1202
Current.
getNextNonComment
()->MustBreakBefore)))
1460
const FormatToken *NextNoComment = Current.
getNextNonComment
();
1613
const FormatToken *NextNonComment = Current.
getNextNonComment
();
2377
if (Current.
getNextNonComment
() &&
2378
Current.
getNextNonComment
()->isStringLiteral())
FormatToken.h
638
const FormatToken *
getNextNonComment
() const {
686
NamespaceTok = NamespaceTok->
getNextNonComment
();
689
NamespaceTok = NamespaceTok->
getNextNonComment
();
TokenAnnotator.cpp
1951
const FormatToken *NextToken = Tok.
getNextNonComment
();
1955
(NextToken->is(tok::l_brace) && !NextToken->
getNextNonComment
()))
1999
const FormatToken *NextNextToken = NextToken->
getNextNonComment
();
2164
const FormatToken *NextNonComment = Current->
getNextNonComment
();
3049
Right.is(tok::l_brace) && Right.
getNextNonComment
() &&
3204
const FormatToken *Next = Right.MatchingParen->
getNextNonComment
();
3337
if (!Right.
getNextNonComment
() || Right.
getNextNonComment
()->is(tok::semi))
3800
auto Next = Comma->
getNextNonComment
();
3861
const FormatToken *Next = Right.
getNextNonComment
();
[
all
...]
Completed in 78 milliseconds
Indexes created Wed Aug 19 00:25:20 UTC 2026