HomeSort by: relevance | last modified time | path
    Searched defs:InsMap (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaObjCProperty.cpp 2103 llvm::SmallPtrSet<const ObjCMethodDecl *, 8> InsMap;
2106 InsMap.insert(I);
2118 InsMap.insert(I);
2133 PrimaryClass, Prop->getGetterName(), IMPDecl, CDecl, C, Prop, InsMap);
2137 IMPDecl, CDecl, C, Prop, InsMap);
SemaDeclObjC.cpp 2686 const Sema::SelectorSet &InsMap,
2733 if (InsMap.count(fISelector))
2754 !InsMap.count(method->getSelector()) &&
2807 CheckProtocolMethodDefs(S, ImpLoc, PI, IncompleteImpl, InsMap, ClsMap,
2814 void Sema::MatchAllMethodDeclarations(const SelectorSet &InsMap,
2829 !InsMap.count(I->getSelector())) {
2886 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen,
2897 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen,
2904 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen,
2911 MatchAllMethodDeclarations(InsMap, ClsMap, InsMapSeen, ClsMapSeen
    [all...]

Completed in 55 milliseconds