Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DIvarInvalidationChecker.cpp56 typedef llvm::SmallSetVector<const ObjCMethodDecl*, 2> MethodSet; typedef in __anon22abd66b0111::IvarInvalidationCheckerImpl
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp8676 using MethodSet = llvm::SmallPtrSet<CXXMethodDecl *, 1>; in hasCStrMethod() typedef
8692 using MethodSet = llvm::SmallPtrSet<CXXMethodDecl *, 1>; in checkForCStrMembers() typedef