Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp56 typedef llvm::SmallSetVector<const ObjCMethodDecl*, 2> MethodSet; typedef in __anon7efce0980111::IvarInvalidationCheckerImpl
69 MethodSet InvalidationMethods;
83 for (MethodSet::iterator I = InvalidationMethods.begin(), in hasMethod()
426 for (MethodSet::iterator in visit()
479 for (MethodSet::iterator I = Info.InvalidationMethods.begin(), in visit()
/netbsd/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaChecking.cpp8404 using MethodSet = llvm::SmallPtrSet<CXXMethodDecl *, 1>; in hasCStrMethod() typedef
8406 MethodSet Results = in hasCStrMethod()
8408 for (MethodSet::iterator MI = Results.begin(), ME = Results.end(); in hasCStrMethod()
8420 using MethodSet = llvm::SmallPtrSet<CXXMethodDecl *, 1>; in checkForCStrMembers() typedef
8422 MethodSet Results = in checkForCStrMembers()
8425 for (MethodSet::iterator MI = Results.begin(), ME = Results.end(); in checkForCStrMembers()