/llvm-project/clang/test/SemaObjC/ |
H A D | DoubleMethod.m | 8 - (void) method; // expected-note {{previous declaration is here}} method 9 - (void) method; // expected-warning {{multiple declarations of method 'method' found and ignored}} method 13 - (void) method {;} // expected-note {{previous declaration is here}} method 14 - (void) method {;} // expected-error {{duplicate declaration of method 'method'}} method
|
H A D | method-redecls-invalid-interface.m | 15 -(void) method; method 19 -(void) method { } method
|
H A D | comptypes-5.m | 8 - (void) method; method 15 - (void) method; method in Addition
|
H A D | typo-correction.m | 36 -(void)method; method 47 -(void)method { method 69 -(void)method { method
|
H A D | dllimport.m | 23 - (void)method; method 27 - (void)method { method
|
/llvm-project/clang/test/CXX/temp/temp.fct.spec/temp.arg.explicit/ |
H A D | p3-0x.cpp | 33 struct method { struct 34 vararg_func implementation; 36 method(vararg_func implementation) : implementation(implementation) {} in method() argument 39 auto getImplementation() const -> TFunctionType in getImplementation()
|
/llvm-project/clang/test/SemaObjCXX/ |
H A D | ivar-lookup.mm | 4 - (float*)method; method 10 - (int*)method; method 14 - (int*)method { method
|
H A D | message.mm | 6 - (int*)method; method 10 - (int*)method { method 22 - (int*)method; method 23 + (void)method; class 35 - (int*)method { method 43 + (void)method { class 50 + (int*)method; class
|
/llvm-project/clang/test/SemaCUDA/ |
H A D | method-target.cu | 10 void method() {} // dev-note {{'method' declared here}} in method() function 21 …void method(int) {} // expected-note {{candidate function not viable: call to __host__ function fr… in method() function 22 …void method(float) {} // expected-note {{candidate function not viable: call to __host__ function … in method() function 33 __device__ void method() {} // host-note {{'method' declared here}} in method() function 44 __device__ void method() {} // host-note {{'method' declared here}} in method() function 67 void method() {} // dev-note {{'method' declared here}}; in method() function
|
/llvm-project/llvm/docs/ |
H A D | WritingAnLLVMPass.rst | 105 writing-an-llvm-pass-CallGraphSCCPassThe ``runOnModule`` method global() argument 153 writing-an-llvm-pass-runOnSCCThe ``doInitialization(CallGraph &)`` method global() argument 177 writing-an-llvm-pass-FunctionPassThe ``doFinalization(CallGraph &)`` method global() argument 226 writing-an-llvm-pass-runOnFunctionThe ``doInitialization(Module &)`` method global() argument 239 writing-an-llvm-pass-doFinalization-modThe ``runOnFunction`` method global() argument 253 writing-an-llvm-pass-LoopPassThe ``doFinalization(Module &)`` method global() argument 289 writing-an-llvm-pass-runOnLoopThe ``doInitialization(Loop *, LPPassManager &)`` method global() argument 314 writing-an-llvm-pass-RegionPassThe ``doFinalization()`` method global() argument 342 writing-an-llvm-pass-runOnRegionThe ``doInitialization(Region *, RGPassManager &)`` method global() argument 412 writing-an-llvm-pass-registrationThe ``runOnMachineFunction(MachineFunction &MF)`` method global() argument 445 writing-an-llvm-pass-interactionThe ``print`` method global() argument [all...] |
/llvm-project/clang/test/SemaCXX/Inputs/ |
H A D | override-system-header.h | 4 #define STDMETHOD(method) virtual void method argument 5 #define IFACEMETHOD(method) STDMETHOD(method) argument
|
/llvm-project/clang/test/Modules/ |
H A D | method_pool_transitive.m | 12 - (int)method; method 24 - (void)method; method
|
/llvm-project/lldb/unittests/Language/ObjC/ |
H A D | ObjCLanguageTest.cpp | 45 std::optional<const ObjCLanguage::MethodName> method = in TEST() local 59 std::optional<const ObjCLanguage::MethodName> method = in TEST() local 66 std::optional<const ObjCLanguage::MethodName> method = in TEST() local 80 std::optional<const ObjCLanguage::MethodName> method = in TEST() local
|
/llvm-project/clang/test/CodeGenCUDA/ |
H A D | device-vtable.cu | 56 void H::method() {} in method() function in H 59 void __device__ D::method() {} in method() function in D
|
/llvm-project/clang/test/Analysis/ |
H A D | nullability-notes.m | 27 -(void) method; method 30 -(void) method { method
|
/llvm-project/clang/test/CodeGenObjC/ |
H A D | synchronized.m | 6 - (void)method; method 13 {
|
H A D | protocol-comdat.m | 4 - (void) method; method 14 - (void) method { } method
|
/llvm-project/mlir/include/mlir/Tools/lsp-server-support/ |
H A D | Transport.h | 146 void method(llvm::StringLiteral method, ThisT *thisPtr, in method() function 159 void notification(llvm::StringLiteral method, ThisT *thisPtr, in notification() 178 OutgoingNotification<T> outgoingNotification(llvm::StringLiteral method) { in outgoingNotification() 192 outgoingRequest(llvm::StringLiteral method, in outgoingRequest()
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | optnone-templates.cpp | 33 T method(T t, U u) in method() function in template_normal_base 42 __attribute__((optnone)) int method (int t, U u) in method() function in template_normal_base 70 __attribute__((optnone)) T method(T t, U u) in method() function in template_optnone_base 79 int method (int t, U u) in method() function in template_optnone_base
|
H A D | assume_attr.cpp | 81 [[omp::assume("S<float>::method")]] void S<float>::method() {} in method() function in S 84 void S<int>::method() {} in method() function in S
|
/llvm-project/clang/test/CodeGenObjCXX/ |
H A D | mangle-blocks.mm | 23 - (void)method; method 27 - (void)method { method
|
/llvm-project/mlir/lib/Tools/lsp-server-support/ |
H A D | Transport.cpp | 44 std::string method; member in __anon1da44bf50111::Reply 52 Reply::Reply(const llvm::json::Value &id, llvm::StringRef method, in Reply() argument 87 onNotify(llvm::StringRef method,llvm::json::Value value) onNotify() argument 102 onCall(llvm::StringRef method,llvm::json::Value params,llvm::json::Value id) onCall() argument 177 notify(StringRef method,llvm::json::Value params) notify() argument 184 call(StringRef method,llvm::json::Value params,llvm::json::Value id) call() argument 252 std::optional<StringRef> method = object->getString("method"); handleMessage() local [all...] |
/llvm-project/lldb/test/API/commands/expression/context-object-objc/ |
H A D | main.m | 13 -(int)method; method 32 -(int)method { method
|
/llvm-project/mlir/tools/mlir-tblgen/ |
H A D | OpInterfacesGen.cpp | 42 emitMethodNameAndArgs(const InterfaceMethod & method,raw_ostream & os,StringRef valueType,bool addThisArg,bool addConst) emitMethodNameAndArgs() argument 171 emitInterfaceMethodDoc(const InterfaceMethod & method,raw_ostream & os,StringRef prefix="") emitInterfaceMethodDoc() argument 180 for (auto &method : interface.getMethods()) { emitInterfaceDefMethods() local 237 for (auto &method : interface.getMethods()) { emitConceptDecl() local 290 __anonba990a3f0602(const InterfaceMethod &method) emitModelDecl() argument 294 for (auto &method : interface.getMethods()) { emitModelDecl() local 313 for (auto &method : interface.getMethods()) { emitModelDecl() local 346 for (auto &method : interface.getMethods()) { emitModelMethodsDef() local 380 for (auto &method : interface.getMethods()) { emitModelMethodsDef() local 407 for (auto &method : interface.getMethods()) { emitModelMethodsDef() local 457 for (auto &method : interface.getMethods()) { emitTraitDecl() local 501 for (auto &method : interface.getMethods()) { emitInterfaceDeclMethods() local 637 for (const auto &method : interface.getMethods()) { emitInterfaceDoc() local [all...] |
/llvm-project/clang/test/FixIt/ |
H A D | typo.m | 100 - (int)method; // expected-note{{using}} method 106 - (int)method; // expected-note{{also found}} method 110 - (int)method { method 135 - (void)method; // expected-note{{also found}} method 141 - (void)method { method
|