OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PMap
(Results
1 - 5
of
5
) sorted by null
/external/clang/include/clang/Edit/
Rewriters.h
32
const ParentMap *
PMap
);
/external/clang/lib/ARCMigrate/
TransProtectedScope.cpp
56
ParentMap &
PMap
;
60
CaseCollector(ParentMap &
PMap
, SmallVectorImpl<CaseInfo> &Cases)
61
:
PMap
(
PMap
), Cases(Cases) { }
88
Stmt *Parent =
PMap
.getParent(S);
90
Parent =
PMap
.getParent(Parent);
Transforms.h
48
ParentMap
PMap
;
53
: MigrateCtx(MigrateCtx),
PMap
(S), TopStmt(S) {}
56
ParentMap &getParentMap() { return
PMap
; }
ObjCMT.cpp
146
ParentMap &
PMap
;
149
ObjCMigrator(ObjCMigrateASTConsumer &consumer, ParentMap &
PMap
)
150
: Consumer(consumer),
PMap
(
PMap
) { }
158
edit::rewriteToObjCLiteralSyntax(E, *Consumer.NSAPIObj, commit, &
PMap
);
184
OwningPtr<ParentMap>
PMap
;
193
PMap
.reset(new ParentMap(S));
194
ObjCMigrator(Consumer, *
PMap
).TraverseStmt(S);
/external/clang/lib/Edit/
RewriteObjCFoundationAPI.cpp
329
const ParentMap *
PMap
);
341
const ParentMap *
PMap
) {
347
return rewriteToArrayLiteral(Msg, NS, commit,
PMap
);
380
const ParentMap *
PMap
) {
381
if (
PMap
) {
383
dyn_cast_or_null<ObjCMessageExpr>(
PMap
->getParentIgnoreParenCasts(Msg));
[
all
...]
Completed in 152 milliseconds