/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl-java/gnu/gettext/ |
H A D | GettextResource.java | 108 …handleGetObjectMethod = catalog.getClass().getMethod("handleGetObject", new Class[] { java.lang.St… in ngettext() 109 getParentMethod = catalog.getClass().getMethod("getParent", new Class[0]); in ngettext() 122 … lookupMethod = catalog.getClass().getMethod("lookup", new Class[] { java.lang.String.class }); in ngettext() 123 pluralEvalMethod = catalog.getClass().getMethod("pluralEval", new Class[] { Long.TYPE }); in ngettext()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 3313 if (List->getMethod() == nullptr) { in addMethodToGlobalList() 3329 List->getMethod()); in addMethodToGlobalList() 3341 !isMethodContextSameForKindofLookup(Method, List->getMethod())) { in addMethodToGlobalList() 3351 !ListWithSameDeclaration && !List->getMethod()->isDeprecated()) in addMethodToGlobalList() 3356 List->getMethod()->getAvailability() < AR_Deprecated) in addMethodToGlobalList() 3361 ObjCMethodDecl *PrevObjCMethod = List->getMethod(); in addMethodToGlobalList() 3511 if (M->getMethod() && M->getMethod()->isUnconditionallyVisible()) { in CollectMultipleMethodsInGlobalPool() 3512 if (FilterMethodsByTypeBound(M->getMethod(), TypeBound)) in CollectMultipleMethodsInGlobalPool() 3513 Methods.push_back(M->getMethod()); in CollectMultipleMethodsInGlobalPool() 3527 if (M->getMethod() && M->getMethod()->isUnconditionallyVisible()) { in CollectMultipleMethodsInGlobalPool() [all …]
|
H A D | SemaCUDA.cpp | 373 if (!SMOR.getMethod()) in inferCUDATargetForImplicitSpecialMember() 376 CUDAFunctionTarget BaseMethodTarget = IdentifyCUDATarget(SMOR.getMethod()); in inferCUDATargetForImplicitSpecialMember() 416 if (!SMOR.getMethod()) in inferCUDATargetForImplicitSpecialMember() 420 IdentifyCUDATarget(SMOR.getMethod()); in inferCUDATargetForImplicitSpecialMember()
|
H A D | SemaCodeComplete.cpp | 7264 SuperMethod = Class->getMethod(CurMethod->getSelector(), in AddSuperSendCompletion() 7270 if ((SuperMethod = Cat->getMethod(CurMethod->getSelector(), in AddSuperSendCompletion() 7540 MethList && MethList->getMethod(); MethList = MethList->getNext()) { in AddClassMessageCompletions() 7541 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents)) in AddClassMessageCompletions() 7544 Result R(MethList->getMethod(), in AddClassMessageCompletions() 7545 Results.getBasePriority(MethList->getMethod()), nullptr); in AddClassMessageCompletions() 7712 MethList && MethList->getMethod(); MethList = MethList->getNext()) { in CodeCompleteObjCInstanceMessage() 7713 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents)) in CodeCompleteObjCInstanceMessage() 7716 if (!Selectors.insert(MethList->getMethod()->getSelector()).second) in CodeCompleteObjCInstanceMessage() 7719 Result R(MethList->getMethod(), in CodeCompleteObjCInstanceMessage() [all …]
|
H A D | SemaLookup.cpp | 3281 return cast_or_null<CXXConstructorDecl>(Result.getMethod()); in LookupDefaultConstructor() 3293 return cast_or_null<CXXConstructorDecl>(Result.getMethod()); in LookupCopyingConstructor() 3303 return cast_or_null<CXXConstructorDecl>(Result.getMethod()); in LookupMovingConstructor() 3339 return Result.getMethod(); in LookupCopyingAssignment() 3355 return Result.getMethod(); in LookupMovingAssignment() 3367 false, false).getMethod()); in LookupDestructor()
|
H A D | SemaDeclCXX.cpp | 7093 if (!SMOR.getMethod()) in specialMemberIsConstexpr() 7097 return SMOR.getMethod()->isConstexpr(); in specialMemberIsConstexpr() 8869 CXXMethodDecl *Decl = SMOR.getMethod(); in shouldDeleteForSubobjectCall() 8992 if (auto *BaseCtor = SMOR.getMethod()) { in shouldDeleteForBase() 9406 if (!SMOR.getMethod()) { in findTrivialSpecialMember() 9415 *Selected = SMOR.getMethod(); in findTrivialSpecialMember() 9419 return SMOR.getMethod()->isTrivialForCall(); in findTrivialSpecialMember() 9420 return SMOR.getMethod()->isTrivial(); in findTrivialSpecialMember() 12830 if (auto *BaseCtor = SMOR.getMethod()) { in visitBase() 12871 if (CXXMethodDecl *MD = SMOR.getMethod()) in visitSubobjectCall() [all …]
|
H A D | SemaObjCProperty.cpp | 1440 ObjCMethodDecl *OMD = ClassImpDecl->getMethod( in ActOnPropertyImplDecl() 1505 ObjCMethodDecl *OMD = ClassImpDecl->getMethod( in ActOnPropertyImplDecl()
|
H A D | SemaExprObjC.cpp | 1184 ObjCMethodDecl *MatchingMethodDecl = M->getMethod(); in HelperToDiagnoseMismatchedMethodsInGlobalPool() 1239 ObjCMethodDecl *Method = M->getMethod(); in LookupDirectMethodInMethodList() 1642 iface->getMethod(MD->getSelector(), MD->isInstanceMethod()); in findExplicitInstancetypeDeclarer()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | DeclObjC.cpp | 92 ObjCContainerDecl::getMethod(Selector Sel, bool isInstance, in getMethod() function in ObjCContainerDecl 702 if ((MethodDecl = ClassDecl->getMethod(Sel, isInstance))) in lookupMethod() 707 if ((MethodDecl = Cat->getMethod(Sel, isInstance))) in lookupMethod() 926 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl() 931 Redecl = ImplD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl() 936 Redecl = IFD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl() 941 Redecl = CatD->getMethod(getSelector(), isInstanceMethod()); in getNextRedeclarationImpl() 953 return cast<ObjCContainerDecl>(CtxD)->getMethod(getSelector(), in getNextRedeclarationImpl() 973 if (ObjCMethodDecl *MD = IFD->getMethod(Sel, isInstanceMethod())) in getCanonicalDecl() 976 if (ObjCMethodDecl *MD = Ext->getMethod(Sel, isInstanceMethod())) in getCanonicalDecl() [all …]
|
H A D | ASTContext.cpp | 468 Ext->getMethod(ObjCMethod->getSelector(), in addRedeclaredMethods()
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/gnu/gettext/ |
H A D | DumpResource.java | 96 lookupMethod = catalog.getClass().getMethod("lookup", new Class[] { java.lang.String.class }); in dump() 102 pluralMethod = catalog.getClass().getMethod("get_msgid_plural_table", new Class[0]); in dump()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | ObjCMethodList.h | 50 ObjCMethodDecl *getMethod() const { in getMethod() function
|
H A D | Sema.h | 1343 CXXMethodDecl *getMethod() const { return Pair.getPointer(); } in getMethod() function
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | IvarInvalidationChecker.cpp | 432 const ObjCMethodDecl *D = ImplD->getMethod(InterfD->getSelector(), in visit() 484 const ObjCMethodDecl *D = ImplD->getMethod(InterfD->getSelector(), in visit()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTWriter.cpp | 3020 if (Method->getMethod()) in EmitKeyDataLength() 3024 if (Method->getMethod()) in EmitKeyDataLength() 3055 if (Method->getMethod()) in EmitData() 3061 if (Method->getMethod()) in EmitData() 3082 if (Method->getMethod()) in EmitData() 3083 LE.write<uint32_t>(Writer.getDeclID(Method->getMethod())); in EmitData() 3086 if (Method->getMethod()) in EmitData() 3087 LE.write<uint32_t>(Writer.getDeclID(Method->getMethod())); in EmitData() 3134 !changed && M && M->getMethod(); M = M->getNext()) { in WriteSelectors() 3135 if (!M->getMethod()->isFromASTFile()) in WriteSelectors() [all …]
|
H A D | ASTReader.cpp | 4024 if (List->getMethod() == Method) { in moveMethodToBackOfGlobalList() 4033 List->setMethod(List->getNext()->getMethod()); in moveMethodToBackOfGlobalList()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | DeclObjC.h | 1060 ObjCMethodDecl *getMethod(Selector Sel, bool isInstance, 1065 return getMethod(Sel, true/*isInstance*/, AllowHidden); 1069 return getMethod(Sel, false/*isInstance*/, AllowHidden);
|
H A D | ExprObjC.h | 859 ExprObjectKind OK, ObjCMethodDecl *getMethod, in ObjCSubscriptRefExpr() argument 862 GetAtIndexMethodDecl(getMethod), SetAtIndexMethodDecl(setMethod) { in ObjCSubscriptRefExpr()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
H A D | IndexDecl.cpp | 77 const ObjCMethodDecl *MD = Container->getMethod(D->getSelector(), in hasUserDefined()
|
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
H A D | j_methodcalls_example.txt | 322 311492 1 java/util/zip/ZipFile.getMethod
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
H A D | ObjCMT.cpp | 1714 const ObjCMethodDecl *IFaceM = IFace->getMethod(MD->getSelector(), in inferDesignatedInitializers()
|
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
H A D | j_methodcalls_example.txt | 322 311492 1 java/util/zip/ZipFile.getMethod
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CIndex.cpp | 6562 if (ObjCMethodDecl *Def = ClassImpl->getMethod( in clang_getCursorDefinition()
|
/netbsd-src/external/gpl3/gcc.old/dist/ |
H A D | NEWS | 16743 * [156]7060 getMethod() doesn't search super interface
|
/netbsd-src/external/gpl3/gcc/dist/ |
H A D | NEWS | 18593 * [156]7060 getMethod() doesn't search super interface
|