OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:toAttr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransGCAttrs.cpp
268
StringRef
toAttr
= "strong";
272
toAttr
= "weak";
274
toAttr
= "unsafe_unretained";
277
MigrateCtx.rewritePropertyAttribute("assign",
toAttr
, AtLoc);
279
MigrateCtx.addPropertyAttribute(
toAttr
, AtLoc);
TransProperties.cpp
156
StringRef
toAttr
= "strong";
157
MigrateCtx.rewritePropertyAttribute("retain",
toAttr
, atLoc);
275
bool rewriteAttribute(StringRef fromAttr, StringRef
toAttr
,
277
return MigrateCtx.rewritePropertyAttribute(fromAttr,
toAttr
, atLoc);
Completed in 15 milliseconds
Indexes created Tue Sep 22 00:26:15 UTC 2026