OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:InPPDirective
(Results
1 - 9
of
9
) sorted by null
/external/clang/lib/Format/
BreakableToken.h
69
BreakableToken(const FormatToken &Tok, bool
InPPDirective
,
71
: Tok(Tok),
InPPDirective
(
InPPDirective
), Encoding(Encoding) {}
74
const bool
InPPDirective
;
91
bool
InPPDirective
, encoding::Encoding Encoding);
110
bool
InPPDirective
, encoding::Encoding Encoding);
125
bool
InPPDirective
, encoding::Encoding Encoding);
149
bool FirstInLine, bool
InPPDirective
,
TokenAnnotator.h
43
InPPDirective
(Line.
InPPDirective
),
63
bool
InPPDirective
;
WhitespaceManager.h
47
bool
InPPDirective
= false);
53
void addUntouchableToken(const FormatToken &Tok, bool
InPPDirective
);
61
/// When \p
InPPDirective
is true, escaped newlines are inserted. \p Spaces is
66
StringRef CurrentPrefix, bool
InPPDirective
,
95
/// \p StartOfTokenColumn and \p
InPPDirective
will be used to lay out
UnwrappedLineParser.h
34
UnwrappedLine() : Level(0),
InPPDirective
(false), MustBeDeclaration(false) {}
44
bool
InPPDirective
;
BreakableToken.cpp
139
StringRef Postfix, bool
InPPDirective
, encoding::Encoding Encoding)
140
: BreakableToken(Tok,
InPPDirective
, Encoding), StartColumn(StartColumn),
149
bool
InPPDirective
,
151
: BreakableSingleLineToken(Tok, StartColumn, "\"", "\"",
InPPDirective
,
166
Prefix,
InPPDirective
, 1, StartColumn);
179
bool
InPPDirective
,
183
InPPDirective
, Encoding) {
206
Postfix, Prefix,
InPPDirective
, 1, StartColumn);
220
unsigned OriginalStartColumn, bool FirstInLine, bool
InPPDirective
,
222
: BreakableToken(Token,
InPPDirective
, Encoding)
[
all
...]
WhitespaceManager.cpp
44
bool
InPPDirective
) {
47
Tok.Tok.getKind(),
InPPDirective
&& !Tok.IsFirst));
51
bool
InPPDirective
) {
56
InPPDirective
&& !Tok.IsFirst));
61
StringRef PreviousPostfix, StringRef CurrentPrefix, bool
InPPDirective
,
74
InPPDirective
&& !Tok.IsFirst));
UnwrappedLineParser.cpp
66
Line.
InPPDirective
= true;
72
Line.
InPPDirective
= false;
131
Parser.Line->
InPPDirective
= PreBlockLine->
InPPDirective
;
208
/*MustBeDeclaration=*/ !Line->
InPPDirective
);
867
if (Line->Level > 1 || (!Line->
InPPDirective
&& Line->Level > 0))
1077
<< (Line->
InPPDirective
? " MACRO" : "") << ": ";
1129
while (!Line->
InPPDirective
&& FormatTok->Tok.is(tok::hash) &&
[
all
...]
Format.cpp
352
if (NextLine && NextLine->
InPPDirective
&&
672
State.Column, Line.
InPPDirective
);
[
all
...]
TokenAnnotator.cpp
594
!Line.
InPPDirective
&&
[
all
...]
Completed in 66 milliseconds