Searched refs:SuperMethod (Results 1 – 8 of 8) sorted by relevance
/external/dexmaker/dexmaker-mockito-inline/src/main/java/com/android/dx/mockito/inline/ |
D | InvocationHandlerAdapter.java | 68 final SuperMethod superMethod) throws Throwable { in interceptEntryHook() 141 interface SuperMethod {
|
D | MockMethodAdvice.java | 257 private static class SuperMethodCall implements InvocationHandlerAdapter.SuperMethod {
|
/external/dexmaker/dexmaker-mockito-inline-extended/src/main/java/com/android/dx/mockito/inline/ |
D | StaticMockMethodAdvice.java | 304 private static class SuperMethodCall implements InvocationHandlerAdapter.SuperMethod {
|
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 5360 ObjCMethodDecl *SuperMethod = nullptr; in AddSuperSendCompletion() local 5361 while ((Class = Class->getSuperClass()) && !SuperMethod) { in AddSuperSendCompletion() 5363 SuperMethod = Class->getMethod(CurMethod->getSelector(), in AddSuperSendCompletion() 5367 if (!SuperMethod) { in AddSuperSendCompletion() 5369 if ((SuperMethod = Cat->getMethod(CurMethod->getSelector(), in AddSuperSendCompletion() 5376 if (!SuperMethod) in AddSuperSendCompletion() 5380 if (CurMethod->param_size() != SuperMethod->param_size() || in AddSuperSendCompletion() 5381 CurMethod->isVariadic() != SuperMethod->isVariadic()) in AddSuperSendCompletion() 5386 SuperP = SuperMethod->param_begin(); in AddSuperSendCompletion() 5403 AddResultTypeChunk(S.Context, getCompletionPrintingPolicy(S), SuperMethod, in AddSuperSendCompletion() [all …]
|
D | SemaDeclObjC.cpp | 419 const ObjCMethodDecl *SuperMethod = in ActOnStartOfObjCMethodDef() local 423 (SuperMethod && SuperMethod->hasAttr<ObjCRequiresSuperAttr>()); in ActOnStartOfObjCMethodDef()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 7099 ObjCMethodDecl *SuperMethod = nullptr; in AddSuperSendCompletion() local 7100 while ((Class = Class->getSuperClass()) && !SuperMethod) { in AddSuperSendCompletion() 7102 SuperMethod = Class->getMethod(CurMethod->getSelector(), in AddSuperSendCompletion() 7106 if (!SuperMethod) { in AddSuperSendCompletion() 7108 if ((SuperMethod = Cat->getMethod(CurMethod->getSelector(), in AddSuperSendCompletion() 7115 if (!SuperMethod) in AddSuperSendCompletion() 7119 if (CurMethod->param_size() != SuperMethod->param_size() || in AddSuperSendCompletion() 7120 CurMethod->isVariadic() != SuperMethod->isVariadic()) in AddSuperSendCompletion() 7125 SuperP = SuperMethod->param_begin(); in AddSuperSendCompletion() 7142 AddResultTypeChunk(S.Context, getCompletionPrintingPolicy(S), SuperMethod, in AddSuperSendCompletion() [all …]
|
D | SemaDeclObjC.cpp | 489 const ObjCMethodDecl *SuperMethod = in ActOnStartOfObjCMethodDef() local 493 (SuperMethod && SuperMethod->hasAttr<ObjCRequiresSuperAttr>()); in ActOnStartOfObjCMethodDef()
|
/external/mockito/lib/ |
D | byte-buddy-1.8.15.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/maven/
META- ... |