Home
last modified time | relevance | path

Searched defs:UIViewController (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/Analysis/
Dsuperclass.m21 @interface UIViewController : NSObject {} interface
22 - (void)addChildViewController:(UIViewController *)childController;
36 completion:(void (^)(BOOL finished))completion;
57 - (void)addChildViewController:(UIViewController *)childController {}
73 @implementation UIViewController implementation
74 - (void)addChildViewController:(UIViewController *)childController {}
88 completion:(void (^)(BOOL finished))completion {}
96 - (void)addChildViewController:(UIViewController *)childController {
128 - (void)addChildViewController:(UIViewController *)childController {
/external/clang/test/SemaObjC/
Drelated-result-type-inference.m193 @interface UIViewController : NSObject interface
196 @implementation UIViewController implementation
Dsuper-dealloc-attribute.m92 @interface UIViewController @end interface