OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MustBeDeclaration
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Format/
TokenAnnotator.h
44
MustBeDeclaration
(Line.
MustBeDeclaration
), MightBeFunctionDecl(false),
132
bool
MustBeDeclaration
;
UnwrappedLineParser.h
49
bool
MustBeDeclaration
;
88
void parseBlock(bool
MustBeDeclaration
, unsigned AddLevels = 1u,
309
: Level(0), InPPDirective(false),
MustBeDeclaration
(false),
UnwrappedLineParser.cpp
42
bool
MustBeDeclaration
)
44
Line.
MustBeDeclaration
=
MustBeDeclaration
;
45
Stack.push_back(
MustBeDeclaration
);
50
Line.
MustBeDeclaration
= Stack.back();
52
Line.
MustBeDeclaration
= true;
302
bool
MustBeDeclaration
=
305
MustBeDeclaration
);
388
parseBlock(/*
MustBeDeclaration
=*/false);
415
Line->
MustBeDeclaration
) {
[
all
...]
TokenAnnotator.cpp
273
} else if (!Line.
MustBeDeclaration
&& !Line.InPPDirective) {
344
(CurrentToken->Next->is(tok::l_square) && Line.
MustBeDeclaration
)))
834
if (!Tok->Previous && Line.
MustBeDeclaration
)
850
Line.
MustBeDeclaration
)) { // method/property declaration
978
if (Line.
MustBeDeclaration
&& Contexts.size() == 1 &&
1070
if (Line.
MustBeDeclaration
&& !Contexts.back().IsExpression &&
1076
// Line.
MustBeDeclaration
will be true for `Type? name;`.
1077
if ((!Contexts.back().IsExpression && Line.
MustBeDeclaration
) ||
1484
if (Line.
MustBeDeclaration
&& !Contexts.front().InCtorInitializer)
1611
} else if (Current.is(tok::arrow) && AutoFound && Line.
MustBeDeclaration
&
[
all
...]
ContinuationIndenter.cpp
943
State.Line->
MustBeDeclaration
) ||
945
!State.Line->
MustBeDeclaration
) ||
1507
(State.Line->
MustBeDeclaration
&& !BinPackDeclaration) ||
1508
(!State.Line->
MustBeDeclaration
&& !Style.BinPackArguments) ||
Completed in 20 milliseconds
Indexes created Tue Aug 18 00:25:06 UTC 2026