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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp57 typedef llvm::SmallSetVector<const ObjCMethodDecl*, 2> MethodSet; typedef in class:__anon1616::IvarInvalidationCheckerImpl
70 MethodSet InvalidationMethods;
84 for (MethodSet::iterator I = InvalidationMethods.begin(),
427 for (MethodSet::iterator
480 for (MethodSet::iterator I = Info.InvalidationMethods.begin(),
/external/clang/lib/Sema/
H A DSemaChecking.cpp4828 typedef llvm::SmallPtrSet<CXXMethodDecl*, 1> MethodSet; typedef
4829 MethodSet Results =
4831 for (MethodSet::iterator MI = Results.begin(), ME = Results.end();
4843 typedef llvm::SmallPtrSet<CXXMethodDecl*, 1> MethodSet; typedef
4845 MethodSet Results =
4848 for (MethodSet::iterator MI = Results.begin(), ME = Results.end();

Completed in 156 milliseconds