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

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

Completed in 84 milliseconds