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

/external/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp59 typedef llvm::SmallSetVector<const ObjCMethodDecl*, 2> MethodSet; typedef in class:__anon18195::IvarInvalidationCheckerImpl
73 MethodSet InvalidationMethods;
87 for (MethodSet::iterator I = InvalidationMethods.begin(),
429 for (MethodSet::iterator
482 for (MethodSet::iterator I = Info.InvalidationMethods.begin(),
/external/clang/lib/Sema/
H A DSemaChecking.cpp2897 typedef llvm::SmallPtrSet<CXXMethodDecl*, 1> MethodSet; typedef
2898 MethodSet Results =
2900 for (MethodSet::iterator MI = Results.begin(), ME = Results.end();
2912 typedef llvm::SmallPtrSet<CXXMethodDecl*, 1> MethodSet; typedef
2914 MethodSet Results =
2917 for (MethodSet::iterator MI = Results.begin(), ME = Results.end();

Completed in 148 milliseconds