Home
last modified time | relevance | path

Searched refs:MethList (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Sema/
DSemaCodeComplete.cpp5645 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 …]
DSemaDeclObjC.cpp3400 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()
DSemaExprObjC.cpp1102 ObjCMethodList &MethList) { in HelperToDiagnoseMismatchedMethodsInGlobalPool() argument
1103 ObjCMethodList *M = &MethList; in HelperToDiagnoseMismatchedMethodsInGlobalPool()
/external/llvm/lib/DebugInfo/CodeView/
DTypeRecord.cpp313 return OverloadedMethodRecord(L->MethodCount, L->MethList, Name); in deserialize()
/external/llvm/include/llvm/DebugInfo/CodeView/
DTypeRecord.h982 TypeIndex MethList; // Type index of methods in overload set member