OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:toAttr
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/ARCMigrate/
TransGCAttrs.cpp
276
StringRef
toAttr
= "strong";
280
toAttr
= "weak";
282
toAttr
= "unsafe_unretained";
285
MigrateCtx.rewritePropertyAttribute("assign",
toAttr
, AtLoc);
287
MigrateCtx.addPropertyAttribute(
toAttr
, AtLoc);
TransProperties.cpp
172
StringRef
toAttr
= "strong";
173
MigrateCtx.rewritePropertyAttribute("retain",
toAttr
, atLoc);
300
bool rewriteAttribute(StringRef fromAttr, StringRef
toAttr
,
302
return MigrateCtx.rewritePropertyAttribute(fromAttr,
toAttr
, atLoc);
Completed in 832 milliseconds