reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaCodeComplete.cpp
 6787            MethList && MethList->getMethod(); MethList = MethList->getNext()) {
 6788         if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents))
 6791         Result R(MethList->getMethod(),
 6792                  Results.getBasePriority(MethList->getMethod()), nullptr);
 6959            MethList && MethList->getMethod(); MethList = MethList->getNext()) {
 6960         if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents))
 6963         if (!Selectors.insert(MethList->getMethod()->getSelector()).second)
 6966         Result R(MethList->getMethod(),
 6967                  Results.getBasePriority(MethList->getMethod()), nullptr);
 8357          MethList && MethList->getMethod(); MethList = MethList->getNext()) {
 8358       if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents))
 8365             NumSelIdents <= MethList->getMethod()->param_size()) {
 8367               MethList->getMethod()->parameters()[NumSelIdents - 1];
 8380       Result R(MethList->getMethod(),
 8381                Results.getBasePriority(MethList->getMethod()), nullptr);
tools/clang/lib/Sema/SemaDeclObjC.cpp
 3291   if (List->getMethod() == nullptr) {
 3307                                                       List->getMethod());
 3319         !isMethodContextSameForKindofLookup(Method, List->getMethod())) {
 3329           !ListWithSameDeclaration && !List->getMethod()->isDeprecated())
 3334           List->getMethod()->getAvailability() < AR_Deprecated)
 3339     ObjCMethodDecl *PrevObjCMethod = List->getMethod();
 3486     if (M->getMethod() && !M->getMethod()->isHidden()) {
 3486     if (M->getMethod() && !M->getMethod()->isHidden()) {
 3487       if (FilterMethodsByTypeBound(M->getMethod(), TypeBound))
 3488         Methods.push_back(M->getMethod());
 3502     if (M->getMethod() && !M->getMethod()->isHidden()) {
 3502     if (M->getMethod() && !M->getMethod()->isHidden()) {
 3503       if (FilterMethodsByTypeBound(M->getMethod(), TypeBound))
 3504         Methods.push_back(M->getMethod());
 3549     if (M->getMethod() && !M->getMethod()->isHidden())
 3549     if (M->getMethod() && !M->getMethod()->isHidden())
 3550       return M->getMethod();
 3617     if (Method->getMethod() &&
 3618         (Method->getMethod()->isDefined() ||
 3619          Method->getMethod()->isPropertyAccessor()))
 3620       return Method->getMethod();
 3624     if (Method->getMethod() &&
 3625         (Method->getMethod()->isDefined() ||
 3626          Method->getMethod()->isPropertyAccessor()))
 3627       return Method->getMethod();
 3690       if (M->getMethod() &&
 3691           (M->getMethod()->getSelector().getNumArgs() == NumArgs) &&
 3692           (M->getMethod()->getSelector() != Sel)) {
 3694           Methods.push_back(M->getMethod());
 3696                  HelperIsMethodInObjCType(*this, M->getMethod()->getSelector(),
 3698           Methods.push_back(M->getMethod());
 3702       if (M->getMethod() &&
 3703           (M->getMethod()->getSelector().getNumArgs() == NumArgs) &&
 3704           (M->getMethod()->getSelector() != Sel)) {
 3706           Methods.push_back(M->getMethod());
 3708                  HelperIsMethodInObjCType(*this, M->getMethod()->getSelector(),
 3710           Methods.push_back(M->getMethod());
 4195     if (!list.getMethod()) return;
tools/clang/lib/Sema/SemaExprObjC.cpp
 1130     ObjCMethodDecl *MatchingMethodDecl = M->getMethod();
tools/clang/lib/Serialization/ASTReader.cpp
 3977       if (List->getMethod() == Method) {
 3986       List->setMethod(List->getNext()->getMethod());
tools/clang/lib/Serialization/ASTWriter.cpp
 3363       if (Method->getMethod())
 3367       if (Method->getMethod())
 3399       if (Method->getMethod())
 3405       if (Method->getMethod())
 3426       if (Method->getMethod())
 3427         LE.write<uint32_t>(Writer.getDeclID(Method->getMethod()));
 3430       if (Method->getMethod())
 3431         LE.write<uint32_t>(Writer.getDeclID(Method->getMethod()));
 3478              !changed && M && M->getMethod(); M = M->getNext()) {
 3479           if (!M->getMethod()->isFromASTFile())
 3482         for (ObjCMethodList *M = &Data.Factory; !changed && M && M->getMethod();
 3484           if (!M->getMethod()->isFromASTFile())
 3489       } else if (Data.Instance.getMethod() || Data.Factory.getMethod()) {
 3489       } else if (Data.Instance.getMethod() || Data.Factory.getMethod()) {