OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsInsideToken
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Format/
WhitespaceManager.h
113
bool IsAligned, bool ContinuesPPDirective, bool
IsInsideToken
);
141
bool
IsInsideToken
;
WhitespaceManager.cpp
34
bool ContinuesPPDirective, bool
IsInsideToken
)
41
IsInsideToken
(
IsInsideToken
), IsTrailingComment(false), TokenLength(0),
56
/*
IsInsideToken
=*/false));
67
/*
IsInsideToken
=*/false));
87
/*
IsInsideToken
=*/true));
161
if (Changes[i - 1].
IsInsideToken
&& Changes[i - 1].NewlinesBefore == 0)
172
(Changes[i].
IsInsideToken
&& Changes[i].Tok->is(tok::comment))) &&
216
if (Change.
IsInsideToken
&& Change.NewlinesBefore == 0)
221
if (Change.Tok->is(TT_LineComment) || !Change.
IsInsideToken
)
[
all
...]
Completed in 16 milliseconds
Indexes created Wed Aug 19 00:25:20 UTC 2026