Home
last modified time | relevance | path

Searched defs: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
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp7813 using MethodSet = llvm::SmallPtrSet<CXXMethodDecl *, 1>; in hasCStrMethod() typedef
7829 using MethodSet = llvm::SmallPtrSet<CXXMethodDecl *, 1>; in checkForCStrMembers() typedef