OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endsSequence
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Format/
TokenAnnotator.h
95
return Last && Last->
endsSequence
(Tokens...);
FormatToken.h
464
return is(tok::kw_if) ||
endsSequence
(tok::kw_constexpr, tok::kw_if) ||
465
(
endsSequence
(tok::identifier, tok::kw_if) && AllowConstexprMacro);
490
bool
endsSequence
(A K1, Ts... Tokens) const {
TokenAnnotator.cpp
249
(Left->Previous->
endsSequence
(tok::identifier,
609
if (!Left->
endsSequence
(tok::l_square, tok::numeric_constant,
611
!Left->
endsSequence
(tok::l_square, tok::numeric_constant,
613
!Left->
endsSequence
(tok::l_square, tok::colon, TT_SelectorName)) {
705
CurrentToken->
endsSequence
(tok::colon, tok::identifier,
2960
if (Previous->
endsSequence
(tok::kw_operator))
2975
LSquareTok.
endsSequence
(tok::l_square, tok::colon,
3066
if (Left.is(tok::l_brace) && Left.
endsSequence
(TT_DictLiteral, tok::at))
3070
Right.MatchingParen->
endsSequence
(TT_DictLiteral, tok::at))
3241
if (Left.
endsSequence
(tok::kw_const, Keywords.kw_as))
[
all
...]
Completed in 21 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026