Home
last modified time | relevance | path

Searched refs:ObjCImplementationContext (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/lib/ARCMigrate/
DTransforms.h59 class ObjCImplementationContext {
64 ObjCImplementationContext(MigrationContext &MigrateCtx, in ObjCImplementationContext() function
77 virtual void traverseObjCImplementation(ObjCImplementationContext &ImplCtx) {} in traverseObjCImplementation()
129 void traverseObjCImplementation(ObjCImplementationContext &ImplCtx) override;
DTransProperties.cpp376 ObjCImplementationContext &ImplCtx) { in traverseObjCImplementation()
DTransforms.cpp329 ObjCImplementationContext ImplCtx(MigrateCtx, D); in TraverseObjCImplementationDecl()
/external/clang/lib/ARCMigrate/
DTransforms.h60 class ObjCImplementationContext {
65 ObjCImplementationContext(MigrationContext &MigrateCtx, in ObjCImplementationContext() function
78 virtual void traverseObjCImplementation(ObjCImplementationContext &ImplCtx) {} in traverseObjCImplementation()
130 void traverseObjCImplementation(ObjCImplementationContext &ImplCtx) override;
DTransProperties.cpp376 ObjCImplementationContext &ImplCtx) { in traverseObjCImplementation()
DTransforms.cpp333 ObjCImplementationContext ImplCtx(MigrateCtx, D); in TraverseObjCImplementationDecl()