| /llvm-project-15.0.7/clang/test/SemaObjCXX/ |
| H A D | objc-decls-inside-namespace.mm | 5 @protocol P; //expected-error{{Objective-C declarations may only appear in global scope}} 7 @class Bar; //expected-error{{Objective-C declarations may only appear in global scope}} 9 @compatibility_alias Foo Bar; //expected-error{{Objective-C declarations may only appear in global … 11 @interface A //expected-error{{Objective-C declarations may only appear in global scope}} 14 @implementation A //expected-error{{Objective-C declarations may only appear in global scope}} 17 @protocol P //expected-error{{Objective-C declarations may only appear in global scope}} 20 @interface A(C) //expected-error{{Objective-C declarations may only appear in global scope}} 23 @implementation A(C) //expected-error{{Objective-C declarations may only appear in global scope}} 26 @interface B @end //expected-error{{Objective-C declarations may only appear in global scope}} 27 @implementation B //expected-error{{Objective-C declarations may only appear in global scope}}
|
| H A D | crash.mm | 45 // expected-error@-4 {{a type specifier is required for all declarations}} 52 // expected-error@-4 {{a type specifier is required for all declarations}} 59 // expected-error@-2 {{a type specifier is required for all declarations}}
|
| /llvm-project-15.0.7/clang/bindings/python/tests/cindex/ |
| H A D | test_exception_specification_kind.py | 13 def find_function_declarations(node, declarations=[]): argument 15 declarations.append((node.spelling, node.exception_specification_kind)) 17 declarations = find_function_declarations(child, declarations) 18 return declarations 29 declarations = find_function_declarations(tu.cursor) 35 self.assertListEqual(declarations, expected)
|
| /llvm-project-15.0.7/mlir/test/mlir-tblgen/ |
| H A D | dialect.td | 65 // DECL: a::SomeOp declarations 66 // DECL: BNS::SomeOp declarations 67 // DECL: ::C::CC::SomeOp declarations 68 // DECL: DSomeOp declarations 69 // DECL: ENS::SomeOp declarations 70 // DECL: ::E::SPECIAL_NS::SpecialNSOp declarations
|
| H A D | op-decl-and-defs.td | 54 // CHECK-LABEL: NS::AOp declarations 147 // CHECK-LABEL: NS::BOp declarations 154 // CHECK-LABEL: NS::COp declarations 161 // CHECK-LABEL: NS::DOp declarations 169 // CHECK-LABEL: NS::EOp declarations 341 // CHECK-LABEL: NS::_AOp declarations 346 // CHECK-LABEL: _BOp declarations 349 // REDUCE_INC-LABEL: NS::AOp declarations 350 // REDUCE_INC-NOT: NS::BOp declarations 352 // REDUCE_EXC-NOT: NS::AOp declarations [all …]
|
| /llvm-project-15.0.7/clang/test/Sema/ |
| H A D | implicit-decl.c | 22 …alendarDecomposeAbsoluteTimeV'; ISO C99 and later do not support implicit function declarations}} \ in func() 28 …o undeclared function 'printg'; ISO C99 and later do not support implicit function declarations}} \ in func() 48 … undeclared function 'formatd'; ISO C99 and later do not support implicit function declarations}} \ in test_implicit() 55 … to undeclared function 'bark'; ISO C99 and later do not support implicit function declarations}} \ in test_suggestion() 58 … to undeclared function 'bork'; ISO C99 and later do not support implicit function declarations}} \ in test_suggestion()
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/ |
| H A D | redundant-declaration.rst | 6 Finds redundant variable and function declarations. 19 Such redundant declarations can be removed without changing program behavior. 21 when code has been moved around. Having redundant declarations could in worst 28 * When the declarations are in different header files;
|
| H A D | inconsistent-declaration-parameter-name.rst | 6 Find function declarations which differ in parameter names. 25 function declarations, for example:
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | PCHInternals.rst | 98 20/82685 declarations read (0.024188%) 109 declarations, identifiers, and macros were actually deserialized from the 271 AST file. When declarations are deserialized from the AST file, the data 280 which contains all of the declarations in the translation unit but is not 294 declarations within that translation unit. When required, the declarations 296 representations of the declarations within a declaration context, which 304 declaration with that name. The actual declarations will then be 307 declaration context, all of those declarations are immediately 377 declarations. 443 declarations or macros associated with that identifier. [all …]
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/fuchsia/ |
| H A D | default-arguments-declarations.rst | 1 .. title:: clang-tidy - fuchsia-default-arguments-declarations 3 fuchsia-default-arguments-declarations
|
| /llvm-project-15.0.7/mlir/lib/TableGen/ |
| H A D | Class.cpp | 291 for (auto &decl : declarations) in writeDeclTo() 297 for (auto &decl : declarations) in writeDefTo() 318 declarations.push_back(std::move(method)); in finalize() 325 declarations.push_back(std::move(method)); in finalize() 338 auto reverseDecls = llvm::reverse(declarations); in getLastVisibilityDecl()
|
| /llvm-project-15.0.7/clang/test/Modules/ |
| H A D | modulemap-locations.m | 15 …clared function 'wont_be_found1'; ISO C99 and later do not support implicit function declarations}} 17 …clared function 'wont_be_found2'; ISO C99 and later do not support implicit function declarations}}
|
| /llvm-project-15.0.7/clang/test/Headers/ |
| H A D | opencl-builtins.cl | 15 // some internal consistency of declarations in OpenCLBuiltins.td. For 16 // example, addition of builtin declarations that lead to ambiguity during
|
| /llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Darwin/ |
| H A D | address-range-limit.mm | 3 // RUN: %clangxx_asan %s -Wno-deprecated-declarations -flat_namespace -bundle -undefined suppress -… 4 // RUN: %clangxx_asan %s -Wno-deprecated-declarations -o %t -framework Foundation && not %run %t 2>…
|
| /llvm-project-15.0.7/clang/test/SemaObjC/ |
| H A D | method-prototype-scope.m | 10 … // expected-warning {{use of C-style parameters in Objective-C method declarations is deprecated}} 26 … // expected-warning {{use of C-style parameters in Objective-C method declarations is deprecated}}
|
| H A D | attr-designated-init.m | 9 …ER; // expected-error {{only applies to init methods of interface or class extension declarations}} 14 …ER; // expected-error {{only applies to init methods of interface or class extension declarations}} 16 …ER; // expected-error {{only applies to init methods of interface or class extension declarations}} 20 …ER; // expected-error {{only applies to init methods of interface or class extension declarations}} 29 …; } // expected-error {{only applies to init methods of interface or class extension declarations}} 32 …} // expected-error {{only applies to init methods of interface or class extension declarations}} \ 442 …ZER; // expected-error{{only applies to init methods of interface or class extension declarations}}
|
| /llvm-project-15.0.7/clang/test/Coverage/ |
| H A D | cxx-language-features.inc | 29 // Friend declarations 48 // Template specialization declarations
|
| /llvm-project-15.0.7/clang/test/Parser/ |
| H A D | missing-end-4.m | 35 @protocol P; // forward declarations of protocols in @implementations is allowed 36 @class C; // forward declarations of classes in @implementations is allowed
|
| /llvm-project-15.0.7/clang/include/clang/Basic/ |
| H A D | DeclNodes.td | 17 def Named : DeclNode<Decl, "named declarations", 1>; 36 def Value : DeclNode<Named, "value declarations", 1>; 88 : DeclNode<ObjCContainer, "Objective-C implementation declarations", 1>;
|
| /llvm-project-15.0.7/mlir/include/mlir/IR/ |
| H A D | DialectBase.td | 52 // An optional code block containing extra declarations to place in the 77 // When set, ODS will generate declarations for the attribute parsing and 83 // When set, ODS will generate declarations for the type parsing and printing
|
| /llvm-project-15.0.7/llvm/test/CodeGen/X86/ |
| H A D | vector-constrained-fp-intrinsics-fma.ll | 140 ; Single width declarations 144 ; Scalar width declarations 147 ; Illegal width declarations 151 ; Double width declarations
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/misc/ |
| H A D | unused-alias-decls.rst | 7 Finds unused namespace alias declarations.
|
| H A D | unused-using-decls.rst | 6 Finds unused ``using`` declarations.
|
| /llvm-project-15.0.7/polly/test/ScopInliner/ |
| H A D | ignore-declares.ll | 5 ; declarations and not try to query for domtree.
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/performance/ |
| H A D | trivially-destructible.rst | 7 defaulted destructor declarations.
|