OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Affected
(Results
1 - 6
of
6
) sorted by null
/external/clang/lib/Format/
AffectedRangeManager.cpp
33
// if any token within the directive is
affected
.
95
(*I)->
Affected
= true;
109
// Stores whether one of the line's tokens is directly
affected
.
112
// in order to determine whether it was
affected
.
116
//
affected
.
120
// Determine whether 'Tok' was
affected
.
124
// Determine whether the first child of 'Tok' was
affected
.
125
if (!Tok->Children.empty() && Tok->Children.front()->
Affected
)
132
//
affected
line?
133
bool LineMoved = PreviousLine && PreviousLine->
Affected
&
[
all
...]
TokenAnnotator.h
45
IsMultiVariableDeclStmt(false),
Affected
(false),
120
bool
Affected
;
UnwrappedLineFormatter.cpp
434
if (B.
Affected
)
435
A.
Affected
= true;
827
// exit the scope of
affected
lines to prevent indenting a the entire
835
bool ShouldFormat = TheLine.
Affected
|| FixIndentation;
[
all
...]
SortJavaScriptImports.cpp
273
//
affected
lines of module references, nullptr otherwise.
282
if (!Line->
Affected
) {
283
// Only sort the first contiguous block of
affected
lines.
Format.cpp
[
all
...]
/external/abi-compliance-checker/
abi-compliance-checker.pl
231
"limit-
affected
|
affected
-limit=s" => \$AffectLimit,
254
"list-
affected
!" => \$ListAffected,
266
"all-
affected
!" => \$AllAffected,
637
-limit-
affected
LIMIT
638
The maximum number of
affected
symbols listed under the description
742
-list-
affected
[
all
...]
Completed in 553 milliseconds