Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp59 typedef llvm::SmallSetVector<const ObjCMethodDecl*, 2> MethodSet; typedef in __anon5c2bd96a0111::IvarInvalidationCheckerImpl
73 MethodSet InvalidationMethods;
87 for (MethodSet::iterator I = InvalidationMethods.begin(), in hasMethod()
429 for (MethodSet::iterator in visit()
482 for (MethodSet::iterator I = Info.InvalidationMethods.begin(), in visit()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp3301 typedef llvm::SmallPtrSet<CXXMethodDecl*, 1> MethodSet; in hasCStrMethod() typedef
3302 MethodSet Results = in hasCStrMethod()
3304 for (MethodSet::iterator MI = Results.begin(), ME = Results.end(); in hasCStrMethod()
3316 typedef llvm::SmallPtrSet<CXXMethodDecl*, 1> MethodSet; in checkForCStrMembers() typedef
3318 MethodSet Results = in checkForCStrMembers()
3321 for (MethodSet::iterator MI = Results.begin(), ME = Results.end(); in checkForCStrMembers()