Home
last modified time | relevance | path

Searched refs:getMethod (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl-java/gnu/gettext/
H A DGettextResource.java108 …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 DSemaDeclObjC.cpp3313 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 DSemaCUDA.cpp373 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 DSemaCodeComplete.cpp7264 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 DSemaLookup.cpp3281 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 DSemaDeclCXX.cpp7093 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 DSemaObjCProperty.cpp1440 ObjCMethodDecl *OMD = ClassImpDecl->getMethod( in ActOnPropertyImplDecl()
1505 ObjCMethodDecl *OMD = ClassImpDecl->getMethod( in ActOnPropertyImplDecl()
H A DSemaExprObjC.cpp1184 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 DDeclObjC.cpp92 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 DASTContext.cpp468 Ext->getMethod(ObjCMethod->getSelector(), in addRedeclaredMethods()
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/gnu/gettext/
H A DDumpResource.java96 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 DObjCMethodList.h50 ObjCMethodDecl *getMethod() const { in getMethod() function
H A DSema.h1343 CXXMethodDecl *getMethod() const { return Pair.getPointer(); } in getMethod() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp432 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 DASTWriter.cpp3020 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 DASTReader.cpp4024 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 DDeclObjC.h1060 ObjCMethodDecl *getMethod(Selector Sel, bool isInstance,
1065 return getMethod(Sel, true/*isInstance*/, AllowHidden);
1069 return getMethod(Sel, false/*isInstance*/, AllowHidden);
H A DExprObjC.h859 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 DIndexDecl.cpp77 const ObjCMethodDecl *MD = Container->getMethod(D->getSelector(), in hasUserDefined()
/netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/
H A Dj_methodcalls_example.txt322 311492 1 java/util/zip/ZipFile.getMethod
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DObjCMT.cpp1714 const ObjCMethodDecl *IFaceM = IFace->getMethod(MD->getSelector(), in inferDesignatedInitializers()
/netbsd-src/external/cddl/dtracetoolkit/dist/Examples/
H A Dj_methodcalls_example.txt322 311492 1 java/util/zip/ZipFile.getMethod
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCIndex.cpp6562 if (ObjCMethodDecl *Def = ClassImpl->getMethod( in clang_getCursorDefinition()
/netbsd-src/external/gpl3/gcc.old/dist/
H A DNEWS16743 * [156]7060 getMethod() doesn't search super interface
/netbsd-src/external/gpl3/gcc/dist/
H A DNEWS18593 * [156]7060 getMethod() doesn't search super interface