Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp56 typedef llvm::SmallSetVector<const ObjCMethodDecl*, 2> MethodSet; typedef in __anon47e17cb70111::IvarInvalidationCheckerImpl
69 MethodSet InvalidationMethods;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7813 using MethodSet = llvm::SmallPtrSet<CXXMethodDecl *, 1>; in hasCStrMethod() typedef
7815 MethodSet Results = in hasCStrMethod()
7817 for (MethodSet::iterator MI = Results.begin(), ME = Results.end(); in hasCStrMethod()
7829 using MethodSet = llvm::SmallPtrSet<CXXMethodDecl *, 1>; in checkForCStrMembers() typedef
7831 MethodSet Results = in checkForCStrMembers()
7834 for (MethodSet::iterator MI = Results.begin(), ME = Results.end(); in checkForCStrMembers()