Home
last modified time | relevance | path

Searched defs:Super (Results 1 – 25 of 75) sorted by relevance

123

/llvm-project/clang/test/SemaObjC/
H A Dwarn-implicit-atomic-property.m3 @interface Super interface
10 @implementation Super // expected-warning {{property is assumed atomic when auto-synthesizing the p… implementation
H A Dproperty-and-class-extension.m10 @interface Super { interface
15 @interface Super() { interface in int
H A Dalias-test-2.m4 @interface Super @end // expected-note {{previous definition is here}} interface
H A Dnowarn-superclass-method-mismatch.m6 @interface Super interface
H A Divar-sem-check-2.m3 @interface Super { interface
H A Divar-in-implementations.m3 @interface Super @end interface
H A Dconditional-expr-7.m4 @interface Super @end interface
H A Dinvalid-objc-decls-1.m3 @interface Super @end interface
H A Dtentative-property-decl.m10 @interface Super { interface
H A Darc-nsconsumed-errors.m27 @interface Super : Sub interface
/llvm-project/clang/test/Index/
H A Dcomplete-ivar-access.m11 @interface Super { interface
21 @interface Super () { interface in int
H A Dcomplete-member-access.m8 @interface Super { interface
H A Dcomplete-property-getset.m4 @interface Super { } interface
/llvm-project/clang/test/Analysis/
H A Dtemporaries-callback-order.cpp3 struct Super { struct
H A Dlambdas.mm5 @interface Super interface
/llvm-project/clang/test/CodeGenObjCXX/
H A Divar-objects.mm30 @interface Super : NSObject { interface
49 @implementation Super implementation
/llvm-project/clang/test/ExtractAPI/
H A Dobjc_interface.m9 @interface Super <Protocol> interface
/llvm-project/clang/test/CodeGenObjC/
H A Dgnustep2-class.m3 @interface Super @end interface
H A Divar-layout-nonfragile-abi2.m4 @interface Super { interface
H A Ddefault-property-synthesis.m22 @interface Super <PROTO> interface
H A Dobjc2-weak-import-attribute.m40 @interface Super : Root @end interface
/llvm-project/clang/test/Rewriter/
H A Dobjc-modern-class-init-hooks.mm6 @interface Super : Root interface
H A Dobjc-modern-class-init.mm6 @interface Super : Root interface
/llvm-project/llvm/include/llvm/ADT/
H A DFoldingSet.h537 using Super = FoldingSetImpl<FoldingSet, T>; variable
570 friend Super; variable
573 explicit FoldingSet(unsigned Log2InitSize = 6) : Super(Log2InitSize) {} in Super() function
595 using Super = FoldingSetImpl<ContextualFoldingSet, T>; variable
632 friend Super; variable
636 : Super(Log2InitSize), Context(Context) {} in Super() function
/llvm-project/mlir/include/mlir/Conversion/LLVMCommon/
H A DVectorPattern.h93 using Super = VectorConvertToLLVMPattern<SourceOp, TargetOp>; variable

123