Home
last modified time | relevance | path

Searched refs:MethodSet (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
DIvarInvalidationChecker.cpp56 typedef llvm::SmallSetVector<const ObjCMethodDecl*, 2> MethodSet; typedef in __anon0e4eb0630111::IvarInvalidationCheckerImpl
70 MethodSet InvalidationMethods;
84 for (MethodSet::iterator I = InvalidationMethods.begin(), in hasMethod()
441 for (MethodSet::iterator in visit()
493 for (MethodSet::iterator I = Info.InvalidationMethods.begin(), in visit()
/external/clang/lib/Sema/
DSemaChecking.cpp2847 typedef llvm::SmallPtrSet<CXXMethodDecl*, 1> MethodSet; in checkForCStrMembers() typedef
2849 MethodSet Results = in checkForCStrMembers()
2852 for (MethodSet::iterator MI = Results.begin(), ME = Results.end(); in checkForCStrMembers()