OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StopAtSemi
(Results
1 - 13
of
13
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Parse/
ParseInit.cpp
265
SkipUntil(tok::r_square,
StopAtSemi
);
303
SkipUntil(tok::r_square,
StopAtSemi
);
315
SkipUntil(tok::r_square,
StopAtSemi
);
345
SkipUntil(tok::r_square,
StopAtSemi
);
371
SkipUntil(tok::r_square,
StopAtSemi
);
ParseStmtAsm.cpp
689
SkipUntil(tok::r_paren,
StopAtSemi
);
828
SkipUntil(tok::r_paren,
StopAtSemi
);
841
SkipUntil(tok::r_paren,
StopAtSemi
);
848
SkipUntil(tok::r_paren,
StopAtSemi
);
861
SkipUntil(tok::r_paren,
StopAtSemi
);
899
SkipUntil(tok::r_paren,
StopAtSemi
);
913
SkipUntil(tok::r_paren,
StopAtSemi
);
920
SkipUntil(tok::r_paren,
StopAtSemi
);
930
SkipUntil(tok::r_paren,
StopAtSemi
);
ParseTemplate.cpp
132
SkipUntil(tok::r_brace,
StopAtSemi
| StopBeforeMatch);
148
SkipUntil(tok::r_brace,
StopAtSemi
| StopBeforeMatch);
255
SkipUntil(tok::r_brace,
StopAtSemi
| StopBeforeMatch);
492
StopAtSemi
| StopBeforeMatch);
507
StopAtSemi
| StopBeforeMatch);
656
StopAtSemi
| StopBeforeMatch);
943
StopAtSemi
| StopBeforeMatch);
998
SkipUntil(tok::comma, tok::greater,
StopAtSemi
| StopBeforeMatch);
1237
tok::greatergreatergreater,
StopAtSemi
| StopBeforeMatch);
1239
SkipUntil(tok::greater,
StopAtSemi
| StopBeforeMatch)
[
all
...]
ParseExpr.cpp
1982
SkipUntil(tok::greatergreatergreater,
StopAtSemi
);
1987
SkipUntil(tok::greatergreatergreater,
StopAtSemi
);
2044
SkipUntil(tok::r_paren,
StopAtSemi
);
2056
SkipUntil(tok::r_paren,
StopAtSemi
);
2367
SkipUntil(tok::r_paren,
StopAtSemi
);
2483
SkipUntil(tok::r_paren,
StopAtSemi
);
2504
SkipUntil(tok::r_paren,
StopAtSemi
);
2509
SkipUntil(tok::r_paren,
StopAtSemi
);
2516
SkipUntil(tok::r_paren,
StopAtSemi
);
2538
SkipUntil(tok::r_paren,
StopAtSemi
);
[
all
...]
ParseTentative.cpp
294
if (!SkipUntil(tok::r_paren,
StopAtSemi
))
528
SkipUntil(tok::r_paren,
StopAtSemi
);
1699
if (!SkipUntil(tok::r_paren,
StopAtSemi
))
1784
if (!SkipUntil(tok::r_paren,
StopAtSemi
))
1971
if (!SkipUntil(tok::comma, tok::r_paren,
StopAtSemi
| StopBeforeMatch))
2013
if (!SkipUntil(tok::r_paren,
StopAtSemi
))
2033
if (!SkipUntil(tok::r_paren,
StopAtSemi
))
2042
if (!SkipUntil(tok::r_paren,
StopAtSemi
))
2060
if (!SkipUntil(tok::r_square, tok::comma,
StopAtSemi
| StopBeforeMatch))
2118
StopAtSemi
| StopBeforeMatch)
[
all
...]
ParseObjc.cpp
611
SkipUntil(tok::at,
StopAtSemi
| StopBeforeMatch);
700
SkipUntil(tok::r_brace, tok::at,
StopAtSemi
);
895
SkipUntil(tok::r_paren,
StopAtSemi
);
914
SkipUntil(tok::r_paren,
StopAtSemi
);
924
SkipUntil(tok::r_paren,
StopAtSemi
);
968
SkipUntil(tok::r_paren,
StopAtSemi
);
1300
SkipUntil(tok::r_paren,
StopAtSemi
);
1378
SkipUntil(tok::at,
StopAtSemi
| StopBeforeMatch);
1542
SkipUntil(tok::greater,
StopAtSemi
);
1997
SkipUntil(tok::r_brace,
StopAtSemi
| StopBeforeMatch)
[
all
...]
ParseDecl.cpp
182
SkipUntil(tok::r_paren,
StopAtSemi
); // skip until ) or ;
186
SkipUntil(tok::r_paren,
StopAtSemi
); // skip until ) or ;
232
ConsumeAndStoreUntil(tok::r_paren, LA->Toks, /*
StopAtSemi
=*/true);
241
SkipUntil(tok::r_paren,
StopAtSemi
);
244
SkipUntil(tok::r_paren,
StopAtSemi
);
405
SkipUntil(tok::r_paren,
StopAtSemi
);
424
SkipUntil(tok::r_paren,
StopAtSemi
);
895
StopAtSemi
| StopBeforeMatch | StopAtCodeCompletion);
924
StopAtSemi
| StopBeforeMatch | StopAtCodeCompletion);
945
StopAtSemi
| StopBeforeMatch | StopAtCodeCompletion)
[
all
...]
ParseDeclCXX.cpp
1011
if (SkipUntil(tok::r_paren,
StopAtSemi
| StopBeforeMatch)) {
1103
SkipUntil(tok::r_paren,
StopAtSemi
);
1742
if (!SkipUntil(tok::r_square,
StopAtSemi
))
1747
if (!SkipUntil(tok::r_paren,
StopAtSemi
))
1819
SkipUntil(tok::comma,
StopAtSemi
);
2078
SkipUntil(tok::comma, tok::l_brace,
StopAtSemi
| StopBeforeMatch);
2355
SkipUntil(tok::comma,
StopAtSemi
| StopBeforeMatch);
2371
SkipUntil(tok::comma,
StopAtSemi
| StopBeforeMatch);
2405
SkipUntil(tok::r_brace,
StopAtSemi
| StopBeforeMatch);
2516
SkipUntil(tok::r_brace,
StopAtSemi
);
[
all
...]
ParseExprCXX.cpp
737
SkipUntil(tok::r_square,
StopAtSemi
);
738
SkipUntil(tok::l_brace,
StopAtSemi
);
739
SkipUntil(tok::r_brace,
StopAtSemi
);
1299
SkipUntil({tok::l_brace, tok::l_paren},
StopAtSemi
| StopBeforeMatch);
1606
SkipUntil(tok::r_paren,
StopAtSemi
);
1657
SkipUntil(tok::r_paren,
StopAtSemi
);
1893
SkipUntil(tok::r_paren,
StopAtSemi
);
2063
SkipUntil(tok::semi,
StopAtSemi
);
2097
if (SkipUntil(tok::r_paren,
StopAtSemi
| StopBeforeMatch))
3064
SkipUntil(tok::semi,
StopAtSemi
| StopBeforeMatch)
[
all
...]
ParseStmt.cpp
200
SkipUntil(tok::r_brace,
StopAtSemi
| StopBeforeMatch);
442
SkipUntil(tok::r_brace,
StopAtSemi
| StopBeforeMatch);
461
SkipUntil(tok::r_brace,
StopAtSemi
| StopBeforeMatch);
737
if (!SkipUntil(tok::colon, tok::r_brace,
StopAtSemi
| StopBeforeMatch))
752
if (!SkipUntil(tok::colon, tok::r_brace,
StopAtSemi
| StopBeforeMatch))
1946
SkipUntil(tok::r_paren,
StopAtSemi
| StopBeforeMatch);
2013
SkipUntil(tok::r_paren,
StopAtSemi
| StopBeforeMatch);
2208
SkipUntil(tok::r_brace,
StopAtSemi
| StopBeforeMatch);
Parser.cpp
273
/// good stopping point. If
StopAtSemi
is true, skipping will stop at a ';'
299
!HasFlagsSet(Flags,
StopAtSemi
) &&
361
unsigned(StopAtCodeCompletion |
StopAtSemi
)));
386
if (HasFlagsSet(Flags,
StopAtSemi
))
1205
SkipUntil(tok::l_brace,
StopAtSemi
| StopBeforeMatch);
1503
if (SkipUntil(tok::l_brace,
StopAtSemi
| StopBeforeMatch))
1579
} else if (SkipUntil(tok::r_paren,
StopAtSemi
| StopBeforeMatch)) {
2547
P.SkipUntil(SkipToTok, Parser::
StopAtSemi
);
2571
Parser::
StopAtSemi
| Parser::StopBeforeMatch) &&
ParseCXXInlineMethods.cpp
153
ConsumeAndStoreUntil(tok::r_brace, Toks, /*
StopAtSemi
=*/false);
159
ConsumeAndStoreUntil(tok::l_brace, Toks, /*
StopAtSemi
=*/false);
160
ConsumeAndStoreUntil(tok::r_brace, Toks, /*
StopAtSemi
=*/false);
205
ConsumeAndStoreUntil(tok::r_brace, Toks, /*
StopAtSemi
=*/true);
795
/// If
StopAtSemi
is true, then we will stop early at a ';' character.
800
bool
StopAtSemi
, bool ConsumeFinalToken) {
826
ConsumeAndStoreUntil(tok::r_paren, Toks, /*
StopAtSemi
=*/false);
832
ConsumeAndStoreUntil(tok::r_square, Toks, /*
StopAtSemi
=*/false);
838
ConsumeAndStoreUntil(tok::r_brace, Toks, /*
StopAtSemi
=*/false);
866
if (
StopAtSemi
)
[
all
...]
/src/external/apache2/llvm/dist/clang/include/clang/Parse/
Parser.h
1182
StopAtSemi
= 1 << 0, ///< Stop skipping at semicolon
1197
/// likely good stopping point. If Flags has
StopAtSemi
flag, skipping will
1567
bool
StopAtSemi
= true,
1569
return ConsumeAndStoreUntil(T1, T1, Toks,
StopAtSemi
, ConsumeFinalToken);
1573
bool
StopAtSemi
= true,
Completed in 35 milliseconds
Indexes created Tue Jun 16 00:25:01 UTC 2026