Home | History | Annotate | Download | only in Sema

Lines Matching refs:MethodSet

2897   typedef llvm::SmallPtrSet<CXXMethodDecl*, 1> MethodSet;
2898 MethodSet Results =
2900 for (MethodSet::iterator MI = Results.begin(), ME = Results.end();
2912 typedef llvm::SmallPtrSet<CXXMethodDecl*, 1> MethodSet;
2914 MethodSet Results =
2917 for (MethodSet::iterator MI = Results.begin(), ME = Results.end();