Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp57 typedef llvm::SmallSetVector<const ObjCMethodDecl*, 2> MethodSet; typedef in __anon14f98f060111::IvarInvalidationCheckerImpl
70 MethodSet InvalidationMethods;
84 for (MethodSet::iterator I = InvalidationMethods.begin(), in hasMethod()
427 for (MethodSet::iterator in visit()
480 for (MethodSet::iterator I = Info.InvalidationMethods.begin(), in visit()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaChecking.cpp7437 using MethodSet = llvm::SmallPtrSet<CXXMethodDecl *, 1>; in hasCStrMethod() typedef
7439 MethodSet Results = in hasCStrMethod()
7441 for (MethodSet::iterator MI = Results.begin(), ME = Results.end(); in hasCStrMethod()
7453 using MethodSet = llvm::SmallPtrSet<CXXMethodDecl *, 1>; in checkForCStrMembers() typedef
7455 MethodSet Results = in checkForCStrMembers()
7458 for (MethodSet::iterator MI = Results.begin(), ME = Results.end(); in checkForCStrMembers()