OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ParentD
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp
64
Decl *
ParentD
;
69
UnbridgedCastRewriter(MigrationPass &pass) : Pass(pass),
ParentD
(0), Body(0) {
73
void transformBody(Stmt *body, Decl *
ParentD
) {
74
this->
ParentD
=
ParentD
;
179
if (ObjCMethodDecl *method = dyn_cast_or_null<ObjCMethodDecl>(
ParentD
)) {
Transforms.h
186
Decl *
ParentD
;
190
BodyTransform(MigrationPass &pass) : Pass(pass),
ParentD
(0) { }
194
BODY_TRANS(Pass).transformBody(rootS,
ParentD
);
199
SaveAndRestore<Decl *> SetParent(
ParentD
, D);
Completed in 23 milliseconds