Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp56 typedef llvm::SmallSetVector<const ObjCMethodDecl*, 2> MethodSet; typedef in __anonbf9cd7ce0111::IvarInvalidationCheckerImpl
69 MethodSet InvalidationMethods;
83 for (MethodSet::iterator I = InvalidationMethods.begin(), in hasMethod()
425 for (MethodSet::iterator in visit()
478 for (MethodSet::iterator I = Info.InvalidationMethods.begin(), in visit()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp9928 using MethodSet = llvm::SmallPtrSet<CXXMethodDecl *, 1>; in hasCStrMethod() typedef
9930 MethodSet Results = in hasCStrMethod()
9932 for (MethodSet::iterator MI = Results.begin(), ME = Results.end(); in hasCStrMethod()
9944 using MethodSet = llvm::SmallPtrSet<CXXMethodDecl *, 1>; in checkForCStrMembers() typedef
9946 MethodSet Results = in checkForCStrMembers()
9949 for (MethodSet::iterator MI = Results.begin(), ME = Results.end(); in checkForCStrMembers()