Home
last modified time | relevance | path

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

/llvm-project/clang/test/Analysis/
H A 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 {
/llvm-project/clang/test/SemaObjC/
H A Drelated-result-type-inference.m188 @interface UIViewController : NSObject interface
191 @implementation UIViewController implementation
H A Dsuper-dealloc-attribute.m88 @interface UIViewController @end interface