Home
last modified time | relevance | path

Searched defs:Cat (Results 1 – 25 of 73) sorted by relevance

123

/llvm-project/clang/test/Rewriter/
H A Dobjc-modern-class-init-hooks.mm16 @interface Root(Cat) @end category
18 @interface Sub(Cat) @end category
20 @implementation Root(Cat) @end category
22 @implementation Sub(Cat) @end category
H A Dobjc-modern-class-init.mm16 @interface Root(Cat) @end category
18 @interface Sub(Cat) @end category
20 @implementation Root(Cat) @end category
22 @implementation Sub(Cat) @end category
/llvm-project/clang-tools-extra/unittests/clang-tidy/
H A DAddConstTest.cpp68 auto Cat = [&T](StringRef S) { return (T + S).str(); }; in TEST() local
83 auto Cat in TEST() local
98 auto Cat = [&T](StringRef S) { return (T + S).str(); }; TEST() local
113 auto Cat = [&T](StringRef S) { return (T + S).str(); }; TEST() local
128 auto Cat = [&T](StringRef S) { return (T + S).str(); }; TEST() local
143 auto Cat = [&T](StringRef S) { return (T + S).str(); }; TEST() local
158 auto Cat = [&T](StringRef S) { return (T + S).str(); }; TEST() local
173 auto Cat = [&T](StringRef S) { return (T + S).str(); }; TEST() local
190 auto Cat = [&T](StringRef S) { return (T + S).str(); }; TEST() local
208 auto Cat = [&T](StringRef S) { return (T + S).str(); }; TEST() local
361 auto Cat = [&ArraySnippet](StringRef S) { return (ArraySnippet + S).str(); }; TEST() local
376 auto Cat = [&T](StringRef S) { return (T + S).str(); }; TEST() local
422 auto Cat = [&ArraySnippet](StringRef S) { return (ArraySnippet + S).str(); }; TEST() local
450 auto Cat = [&T](StringRef S) { return (T + S).str(); }; TEST() local
465 auto Cat = [&T](StringRef S) { return (T + S).str(); }; TEST() local
497 auto Cat = [&T](StringRef S) { return (T + S).str(); }; TEST() local
516 auto Cat = [&T](StringRef S) { return (T + S).str(); }; TEST() local
540 auto Cat = [&T](StringRef S) { return (T + S).str(); }; TEST() local
599 auto Cat = [&T](StringRef S) { return (T + S).str(); }; TEST() local
634 auto Cat = [&T](StringRef S) { return (T + S).str(); }; TEST() local
669 auto Cat = [&T](StringRef S) { return (T + S).str(); }; TEST() local
709 auto Cat = [&T](StringRef S) { return (T + S).str(); }; TEST() local
720 auto Cat = [&T](StringRef S) { return (T + S).str(); }; TEST() local
735 auto Cat = [&T](StringRef S) { return (T + S).str(); }; TEST() local
750 auto Cat = [&T](StringRef S) { return (T + S).str(); }; TEST() local
767 auto Cat = [&T](StringRef S) { return (T + S).str(); }; TEST() local
787 auto Cat = [&](StringRef S) { return (M + F + V).str(); }; TEST() local
800 auto Cat = [&](StringRef S) { return (M + F + V + E).str(); }; TEST() local
828 auto Cat = [&T](StringRef S) { return (T + S).str(); }; TEST() local
843 auto Cat = [&T](StringRef S) { return (T + S).str(); }; TEST() local
858 auto Cat = [&T](StringRef S) { return (T + S).str(); }; TEST() local
883 auto Cat = [&](StringRef Target) { TEST() local
905 auto Cat = [&T, &End](StringRef S) { return (T + S + End).str(); }; TEST() local
921 auto Cat = [&T, &End](StringRef S) { return (T + S + End).str(); }; TEST() local
937 auto Cat = [&T, &End](StringRef S) { return (T + S + End).str(); }; TEST() local
953 auto Cat = [&TS, &T](StringRef S) { return (TS + T + S).str(); }; TEST() local
969 auto Cat = [&TS, &T](StringRef S) { return (TS + T + S).str(); }; TEST() local
985 auto Cat = [&TS, &T](StringRef S) { return (TS + T + S).str(); }; TEST() local
1001 auto Cat = [&TS, &T](StringRef S) { return (TS + T + S).str(); }; TEST() local
1018 auto Cat = [&](StringRef S) { return (TS + TS2 + T + S).str(); }; TEST() local
1050 auto Cat = [&](StringRef S) { return (TB + S + TE).str(); }; TEST() local
1066 auto Cat = [&](StringRef S) { return (TB + S + TE).str(); }; TEST() local
[all...]
/llvm-project/clang/test/CodeGenObjC/
H A Dnon-lazy-classes.m12 @interface A (Cat) @end category
13 @implementation A (Cat) category
24 @interface B (Cat) @end category
25 @implementation B (Cat) category
H A Dgnustep2-category.m20 @interface X (Cat) category
24 @implementation X (Cat) category
H A Did-isa-codegen.m51 @interface Cat {} interface
55 +(void)geneticallyAlterCat:(Cat *)cat;
59 + (void)geneticallyAlterCat:(Cat *)cat {
H A Dobjc-align.m17 @implementation A (Cat) category
H A Dproperty.m46 @interface A (Cat) category
50 @implementation A (Cat) category
H A Dmetadata_symbols.m53 @implementation A (Cat) category
H A Ddirect-method.m186 @interface Foo (Cat) category
203 @implementation Foo (Cat) category
/llvm-project/clang/test/SemaObjC/
H A Dunguarded-availability-category-protocol-use.m12 @interface A (Cat) <Prot> // No error. category
17 @interface B (Cat) <Prot> // expected-error {{'Prot' is unavailable: not available on iOS}} category
H A Dcategory-method-lookup-2.m10 @interface Bar (Cat) category
14 @implementation Bar (Cat) category
H A Dmethod-direct-one-definition.m7 @interface A (Cat) category
25 @interface B (Cat) category
42 @implementation B (Cat) category
61 @interface C (Cat) category
H A Dcheck-dup-objc-decls-1.m45 @interface A(Cat)<P> @end category
46 @interface A(Cat)<Q> @end category
H A Dpotentially-direct-selector.m34 @interface Base (Cat) category
38 @implementation Base (Cat) category
56 @interface Derived (Cat) category
61 @implementation Derived (Cat) category
H A Dproperty-ownership-attr.m15 @interface Foo (Cat) <P> category
H A Dproperty-typecheck-1.m8 @interface A (Cat) category
12 @implementation A (Cat) category
H A Dproperty-category-3.m14 @interface I (Cat) <P> category
/llvm-project/llvm/lib/TextAPI/
H A DRecordVisitor.cpp86 for (const auto *Cat : ObjCR.getObjCCategories()) in visitObjCInterface() local
90 void SymbolConverter::visitObjCCategory(const ObjCCategoryRecord &Cat) { in visitObjCCategory()
/llvm-project/clang/test/CodeGenCXX/
H A Dubsan-type-checks.cpp37 struct Cat : Animal { struct
46 void invalid_cast(Cat *cat = nullptr) { in invalid_cast() argument
/llvm-project/lldb/test/API/lang/objc/objc_direct-methods/
H A Dmain.m66 @interface Foo (Cat) category
69 @implementation Foo (Cat) category
/llvm-project/clang/test/Index/
H A Davailability.mm20 @interface C(Cat) category
27 @implementation C(Cat) category
/llvm-project/clang-tools-extra/clangd/unittests/
H A DDecisionForestTests.cpp10 using Cat = ::ns1::ns2::TestEnum; in TEST() typedef
/llvm-project/libcxx/test/std/language.support/cmp/cmp.common/
H A Dcommon_comparison_category.pass.cpp27 using Cat = std::common_comparison_category<Args...>; in test_cat() typedef
/llvm-project/clang/test/Parser/
H A Dobjc-error-qualified-implementation.m22 @implementation I (Cat) <P> // expected-error {{@implementation declaration cannot be protocol qua… category

123