Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp57 typedef llvm::SmallSetVector<const ObjCMethodDecl*, 2> MethodSet; typedef in __anona1c65f6d0111::IvarInvalidationCheckerImpl
70 MethodSet InvalidationMethods;
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp11658 using MethodSet = llvm::SmallPtrSet<CXXMethodDecl *, 1>; in hasCStrMethod() typedef
11660 MethodSet Results = in hasCStrMethod()
11662 for (MethodSet::iterator MI = Results.begin(), ME = Results.end(); in hasCStrMethod()
11674 using MethodSet = llvm::SmallPtrSet<CXXMethodDecl *, 1>; in checkForCStrMembers() typedef
11676 MethodSet Results = in checkForCStrMembers()
11679 for (MethodSet::iterator MI = Results.begin(), ME = Results.end(); in checkForCStrMembers()