/llvm-project/clang/test/Sema/ |
H A D | deterministic-diagnostics-order.m | 7 @interface I(cat) category 13 @implementation I(cat) category
|
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 | 31 const __auto_type cat = a; in Issue53652() local
|
/llvm-project/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 | 43 @interface I1(cat) category 70 @interface I3(cat) category
|
/llvm-project/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/clang/test/Rewriter/ |
H A D | rewrite-category-property.mm | 10 @interface A (cat) category
|
/llvm-project/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/clang/test/ARCMT/allowlisted/ |
H A D | objcmt-with-allowlist-impl.m | 12 @interface I2(cat) category
|
/llvm-project/clang/test/SemaObjC/ |
H A D | warn-category-method-deprecated.m | 10 @interface I(cat) category
|
H A D | class-unavail-warning.m | 85 @interface Sub(cat)<SomeProto> // expected-error {{unavailable}} category 97 @interface UnavailSub(cat)<SomeProto> // no error category
|
H A D | protocol-lookup-2.m | 44 @interface I1(cat) category
|
H A D | check-dup-decl-methods-1.m | 18 @interface class1(cat) category
|
H A D | arc-repeated-weak.mm | 347 @interface Sub1(cat) category 356 @interface Base1(cat) category
|
H A D | category-1.m | 96 @implementation I(cat) // expected-error{{cannot find interface declaration}} category
|
/llvm-project/clang/include/clang/Tooling/Transformer/ |
H A D | Stencil.h | 64 template <typename... Ts> Stencil cat(Ts &&... Parts) { in cat() function
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | CommandLine.h | 468 struct cat { struct 471 cat(OptionCategory &c) : Category(c) {} in cat() argument 473 template <class Opt> void apply(Opt &O) const { O.addCategory(Category); } in apply()
|
/llvm-project/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/lld/test/ELF/ |
H A D | debug-names-multi-cus.s | 69 cat a.out.lto.s label 72 cat a.out.lto.s label
|
/llvm-project/flang/lib/Lower/ |
H A D | Mangler.cpp | 254 typeToString(Fortran::common::TypeCategory cat,int kind,llvm::StringRef derivedName) typeToString() argument 275 mangleArrayLiteral(size_t size,const Fortran::evaluate::ConstantSubscripts & shape,Fortran::common::TypeCategory cat,int kind,Fortran::common::ConstantSubscript charLen,llvm::StringRef derivedName) mangleArrayLiteral() argument
|
/llvm-project/llvm/utils/split-file/ |
H A D | split-file.cpp | 30 static cl::OptionCategory cat("split-file Options"); variable [all...] |
/llvm-project/lldb/source/Utility/ |
H A D | Timer.cpp | 48 Timer::Category::Category(const char *cat) : m_name(cat) { in Category()
|
/llvm-project/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
|