Searched refs:MethList (Results 1 – 8 of 8) sorted by relevance
/external/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 5645 for (ObjCMethodList *MethList = &M->second.second; in AddClassMessageCompletions() local 5646 MethList && MethList->getMethod(); in AddClassMessageCompletions() 5647 MethList = MethList->getNext()) { in AddClassMessageCompletions() 5648 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents)) in AddClassMessageCompletions() 5651 Result R(MethList->getMethod(), in AddClassMessageCompletions() 5652 Results.getBasePriority(MethList->getMethod()), nullptr); in AddClassMessageCompletions() 5818 for (ObjCMethodList *MethList = &M->second.first; in CodeCompleteObjCInstanceMessage() local 5819 MethList && MethList->getMethod(); in CodeCompleteObjCInstanceMessage() 5820 MethList = MethList->getNext()) { in CodeCompleteObjCInstanceMessage() 5821 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents)) in CodeCompleteObjCInstanceMessage() [all …]
|
D | SemaDeclObjC.cpp | 3400 ObjCMethodList &MethList = InstanceFirst ? Pos->second.first : in CollectMultipleMethodsInGlobalPool() local 3402 for (ObjCMethodList *M = &MethList; M; M = M->getNext()) in CollectMultipleMethodsInGlobalPool() 3447 ObjCMethodList &MethList = in AreMultipleMethodsInGlobalPool() local 3449 return MethList.hasMoreThanOneDecl(); in AreMultipleMethodsInGlobalPool() 3463 ObjCMethodList &MethList = instance ? Pos->second.first : Pos->second.second; in LookupMethodInGlobalPool() local 3465 for (ObjCMethodList *M = &MethList; M; M = M->getNext()) { in LookupMethodInGlobalPool()
|
D | SemaExprObjC.cpp | 1102 ObjCMethodList &MethList) { in HelperToDiagnoseMismatchedMethodsInGlobalPool() argument 1103 ObjCMethodList *M = &MethList; in HelperToDiagnoseMismatchedMethodsInGlobalPool()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaCodeComplete.cpp | 7377 for (ObjCMethodList *MethList = &M->second.second; in AddClassMessageCompletions() local 7378 MethList && MethList->getMethod(); MethList = MethList->getNext()) { in AddClassMessageCompletions() 7379 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents)) in AddClassMessageCompletions() 7382 Result R(MethList->getMethod(), in AddClassMessageCompletions() 7383 Results.getBasePriority(MethList->getMethod()), nullptr); in AddClassMessageCompletions() 7549 for (ObjCMethodList *MethList = &M->second.first; in CodeCompleteObjCInstanceMessage() local 7550 MethList && MethList->getMethod(); MethList = MethList->getNext()) { in CodeCompleteObjCInstanceMessage() 7551 if (!isAcceptableObjCMethod(MethList->getMethod(), MK_Any, SelIdents)) in CodeCompleteObjCInstanceMessage() 7554 if (!Selectors.insert(MethList->getMethod()->getSelector()).second) in CodeCompleteObjCInstanceMessage() 7557 Result R(MethList->getMethod(), in CodeCompleteObjCInstanceMessage() [all …]
|
D | SemaDeclObjC.cpp | 3508 ObjCMethodList &MethList = InstanceFirst ? Pos->second.first : in CollectMultipleMethodsInGlobalPool() local 3510 for (ObjCMethodList *M = &MethList; M; M = M->getNext()) in CollectMultipleMethodsInGlobalPool() 3555 ObjCMethodList &MethList = in AreMultipleMethodsInGlobalPool() local 3557 return MethList.hasMoreThanOneDecl(); in AreMultipleMethodsInGlobalPool() 3571 ObjCMethodList &MethList = instance ? Pos->second.first : Pos->second.second; in LookupMethodInGlobalPool() local 3573 for (ObjCMethodList *M = &MethList; M; M = M->getNext()) { in LookupMethodInGlobalPool()
|
D | SemaExprObjC.cpp | 1180 ObjCMethodList &MethList) { in HelperToDiagnoseMismatchedMethodsInGlobalPool() argument 1181 ObjCMethodList *M = &MethList; in HelperToDiagnoseMismatchedMethodsInGlobalPool() 1232 ObjCMethodList &MethList, in LookupDirectMethodInMethodList() argument 1236 ObjCMethodList *M = &MethList; in LookupDirectMethodInMethodList()
|
/external/llvm/lib/DebugInfo/CodeView/ |
D | TypeRecord.cpp | 313 return OverloadedMethodRecord(L->MethodCount, L->MethList, Name); in deserialize()
|
/external/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeRecord.h | 982 TypeIndex MethList; // Type index of methods in overload set member
|