| /llvm-project-15.0.7/clang/test/Index/Core/ |
| H A D | index-subkinds.m | 32 @interface MyTestCase(cat) category 36 @implementation MyTestCase(cat) category
|
| H A D | external-source-symbol-attr.m | 41 @interface I1(cat) category 68 @interface I3(cat) category
|
| /llvm-project-15.0.7/clang/test/CodeGenCXX/ |
| H A D | ubsan-type-checks.cpp | 46 void invalid_cast(Cat *cat = nullptr) { in invalid_cast() argument 72 Cat cat; in invalid_cast2() local
|
| /llvm-project-15.0.7/clang/test/Rewriter/ |
| H A D | rewrite-category-property.mm | 11 @interface A (cat) category
|
| /llvm-project-15.0.7/clang/test/Index/ |
| H A D | overrides.m | 35 @interface B(cat) <P4> category 42 @interface B2(cat) category 91 @interface B5(cat) category
|
| H A D | pch-with-errors.m | 4 @interface I(cat) category
|
| H A D | index-suppress-refs.m | 11 @interface I(cat) category
|
| /llvm-project-15.0.7/clang/test/ARCMT/allowlisted/ |
| H A D | objcmt-with-allowlist-impl.m | 12 @interface I2(cat) category
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | warn-category-method-deprecated.m | 11 @interface I(cat) category
|
| H A D | class-unavail-warning.m | 87 @interface Sub(cat)<SomeProto> // expected-error {{unavailable}} category 99 @interface UnavailSub(cat)<SomeProto> // no error category
|
| H A D | protocol-lookup-2.m | 44 @interface I1(cat) category
|
| H A D | arc-repeated-weak.mm | 335 @interface Sub1(cat) category 344 @interface Base1(cat) category
|
| H A D | check-dup-decl-methods-1.m | 18 @interface class1(cat) category
|
| H A D | category-1.m | 100 @implementation I(cat) // expected-error{{cannot find interface declaration}} category
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/Transformer/ |
| H A D | Stencil.h | 64 template <typename... Ts> Stencil cat(Ts &&... Parts) { in cat() function
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | CommandLine.h | 452 struct cat { struct 455 cat(OptionCategory &c) : Category(c) {} in cat() argument 457 template <class Opt> void apply(Opt &O) const { O.addCategory(Category); } in apply()
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | static-array.c | 6 void cat(int a[static 3]) {} // expected-note 4 {{callee declares array parameter as static here}} … in cat() function
|
| H A D | auto-type.c | 30 const __auto_type cat = a; in Issue53652() local
|
| /llvm-project-15.0.7/clang/test/CodeGen/ |
| H A D | ubsan-pass-object-size.c | 57 int cat(int p[static 10], int n) { in cat() function
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | Mangler.cpp | 201 static std::string typeToString(Fortran::common::TypeCategory cat, int kind) { in typeToString() 223 Fortran::common::TypeCategory cat, int kind, in mangleArrayLiteral()
|
| /llvm-project-15.0.7/flang/runtime/ |
| H A D | tools.h | 119 TypeCategory cat, int kind, Terminator &terminator, A &&...x) { in ApplyType()
|
| H A D | type-info.cpp | 90 TypeCategory cat{category()}; in EstablishDescriptor() local
|
| /llvm-project-15.0.7/llvm/tools/split-file/ |
| H A D | split-file.cpp | 30 static cl::OptionCategory cat("split-file Options"); variable
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | Timer.cpp | 48 Timer::Category::Category(const char *cat) : m_name(cat) { in Category()
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_i18n.cpp | 79 static nl_catd cat = KMP_I18N_NULLCAT; // !!! Shall it be volatile? variable 225 static HMODULE cat = KMP_I18N_NULLCAT; // !!! Shall it be volatile? variable
|