OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BK_BracedInit
(Results
1 - 5
of
5
) sorted by null
/external/clang/lib/Format/
FormatToken.h
79
BK_BracedInit
ContinuationIndenter.cpp
101
Previous.Type != TT_DictLiteral && Previous.BlockKind ==
BK_BracedInit
&&
296
(Current.Type != TT_LineComment || Previous.BlockKind ==
BK_BracedInit
))
494
Current.MatchingParen->BlockKind ==
BK_BracedInit
))
[
all
...]
UnwrappedLineParser.cpp
361
Tok->BlockKind =
BK_BracedInit
;
362
LBraceStack.back()->BlockKind =
BK_BracedInit
;
967
FormatTok->BlockKind =
BK_BracedInit
;
[
all
...]
TokenAnnotator.cpp
305
if (Left->BlockKind ==
BK_BracedInit
)
[
all
...]
Format.cpp
745
if (Tok->is(tok::l_brace) && Tok->BlockKind !=
BK_BracedInit
)
[
all
...]
Completed in 30 milliseconds