OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DisableReplaceStmt
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Rewrite/Frontend/
RewriteObjC.cpp
149
bool
DisableReplaceStmt
;
156
: R(R), SavedValue(R.
DisableReplaceStmt
) {
157
R.
DisableReplaceStmt
= true;
160
R.
DisableReplaceStmt
= SavedValue;
204
if (
DisableReplaceStmt
)
219
if (
DisableReplaceStmt
)
630
DisableReplaceStmt
= false;
[
all
...]
RewriteModernObjC.cpp
170
bool
DisableReplaceStmt
;
177
: R(R), SavedValue(R.
DisableReplaceStmt
) {
178
R.
DisableReplaceStmt
= true;
181
R.
DisableReplaceStmt
= SavedValue;
241
if (
DisableReplaceStmt
)
256
if (
DisableReplaceStmt
)
693
DisableReplaceStmt
= false;
[
all
...]
Completed in 577 milliseconds