Home | History | Annotate | Download | only in Sema

Lines Matching refs:MethodSet

3468   typedef llvm::SmallPtrSet<CXXMethodDecl*, 1> MethodSet;
3469 MethodSet Results =
3471 for (MethodSet::iterator MI = Results.begin(), ME = Results.end();
3483 typedef llvm::SmallPtrSet<CXXMethodDecl*, 1> MethodSet;
3485 MethodSet Results =
3488 for (MethodSet::iterator MI = Results.begin(), ME = Results.end();