/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/ |
H A D | identifier-naming-outofline.cpp | 12 int someMethod(); 17 int SomeClass::someMethod() { in someMethod() function in SomeNamespace::Inner::SomeClass 26 S.someMethod<int>(); in someFunc()
|
/llvm-project/clang/test/Analysis/ |
H A D | block-in-critical-section.m | 5 -(void)someMethod; method 9 [o someMethod];
|
H A D | objc-message.m | 8 -(void)someMethod; method 23 [o someMethod];
|
H A D | objc-properties.m | 31 - (void) someMethod: (MyClass*)In; 65 - (void) someMethod: (MyClass*)In {
|
H A D | blocks.m | 220 - (void)someMethod; method 235 [super someMethod]; // no-warning
|
/llvm-project/clang/tools/clang-fuzzer/corpus_examples/objc/ |
H A D | BasicClass.m | 13 - (void)someMethod; method 22 - (void)someMethod { method
|
/llvm-project/clang/test/SemaObjC/ |
H A D | delay-parsing-cfunctions.m | 5 - (void)someMethod; method 9 - (void)someMethod { method
|
H A D | unqualified-to-qualified-class-warn.m | 64 - (void)someMethod
|
/llvm-project/clang/test/Index/ |
H A D | complete-lambdas.mm | 13 - someMethod:(A*)a { 17 [self someMethod:a]; 50 // CHECK-CC6-NEXT: ObjCInstanceMethodDecl:{ResultType id}{TypedText someMethod:}{Placeholder (A *)}…
|
/llvm-project/clang/test/SemaObjCXX/ |
H A D | delay-parsing-cfunctions.mm | 10 - (void)someMethod; method 14 - (void)someMethod { method
|
H A D | delay-parsing-cplusfuncs.mm | 5 - (void)someMethod; method 22 - (void)someMethod { method
|
H A D | delay-parsing-func-tryblock.mm | 4 - (void)someMethod; method 16 - (void)someMethod { method
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | tentative-cfconstantstring.m | 24 +(NSString *)someMethod { class 28 -(void)someMethod { method
|
/llvm-project/clang/test/Analysis/objc/ |
H A D | direct-ivar-assignment-in-annotated-functions.m | 22 …- (void) someMethod: (MyClass*)In __attribute__((annotate("objc_no_direct_instance_variable_assign… 50 - (void) someMethod: (MyClass*)In {
|
/llvm-project/clang/test/Modules/Inputs/objc-hidden/FakeUnavailableObjCFramework.framework/Headers/ |
H A D | FakeUnavailableObjCFramework.h | 5 - (void)someMethod;
|
/llvm-project/clang/test/Modules/ |
H A D | objc-hidden.m | 9 - (void)someMethod { } method
|
H A D | hidden-duplicates.m | 24 - (void)someMethod; method
|
/llvm-project/clang/test/Analysis/Checkers/WebKit/ |
H A D | uncounted-obj-arg.cpp | 174 void someMethod(); 191 ComplexNumber& operator++() { realPart.someMethod(); return *this; } 219 ~ObjectWithMutatingDestructor() { n.someMethod(); }
|
/llvm-project/clang/docs/ |
H A D | ClangFormatStyleOptions.rst | 4712 someMethod( 4723 someMethod( 4728 someMethod(someOtherMethod(
|