OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MatchingParen
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Format/
FormatToken.h
426
FormatToken *
MatchingParen
= nullptr;
678
return
MatchingParen
&&
MatchingParen
->opensBlockOrBlockTypeList(Style);
TokenAnnotator.cpp
49
Left->Previous->
MatchingParen
&&
50
Left->Previous->
MatchingParen
->is(TT_TemplateOpener))
51
Left = Left->Previous->
MatchingParen
;
55
Left->Previous->
MatchingParen
&&
56
Left->Previous->
MatchingParen
->is(TT_LambdaLSquare);
93
(!Previous.Previous->
MatchingParen
||
94
!Previous.Previous->
MatchingParen
->is(TT_OverloadedOperatorLParen)))
131
Left->
MatchingParen
= CurrentToken;
132
CurrentToken->
MatchingParen
= Left;
270
} else if (Left->Previous && Left->Previous->
MatchingParen
&
[
all
...]
Completed in 20 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026