Searched refs:MethodSet (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/mlir/include/mlir/TableGen/ |
D | OpClass.h | 375 using MethodSet = variable 379 MethodTy *addMethodAndPrune(MethodSet<MethodTy> &set, in addMethodAndPrune() 410 MethodSet<OpConstructor> constructors; 411 MethodSet<OpMethod> methods;
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | IvarInvalidationChecker.cpp | 56 typedef llvm::SmallSetVector<const ObjCMethodDecl*, 2> MethodSet; typedef in __anon0c864d2e0111::IvarInvalidationCheckerImpl 69 MethodSet InvalidationMethods; 83 for (MethodSet::iterator I = InvalidationMethods.begin(), in hasMethod() 426 for (MethodSet::iterator in visit() 479 for (MethodSet::iterator I = Info.InvalidationMethods.begin(), in visit()
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | IvarInvalidationChecker.cpp | 57 typedef llvm::SmallSetVector<const ObjCMethodDecl*, 2> MethodSet; typedef in __anonbff5d1c00111::IvarInvalidationCheckerImpl 70 MethodSet InvalidationMethods; 84 for (MethodSet::iterator I = InvalidationMethods.begin(), in hasMethod() 427 for (MethodSet::iterator in visit() 480 for (MethodSet::iterator I = Info.InvalidationMethods.begin(), in visit()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 4828 typedef llvm::SmallPtrSet<CXXMethodDecl*, 1> MethodSet; in hasCStrMethod() typedef 4829 MethodSet Results = in hasCStrMethod() 4831 for (MethodSet::iterator MI = Results.begin(), ME = Results.end(); in hasCStrMethod() 4843 typedef llvm::SmallPtrSet<CXXMethodDecl*, 1> MethodSet; in checkForCStrMembers() typedef 4845 MethodSet Results = in checkForCStrMembers() 4848 for (MethodSet::iterator MI = Results.begin(), ME = Results.end(); in checkForCStrMembers()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaChecking.cpp | 8201 using MethodSet = llvm::SmallPtrSet<CXXMethodDecl *, 1>; in hasCStrMethod() typedef 8203 MethodSet Results = in hasCStrMethod() 8205 for (MethodSet::iterator MI = Results.begin(), ME = Results.end(); in hasCStrMethod() 8217 using MethodSet = llvm::SmallPtrSet<CXXMethodDecl *, 1>; in checkForCStrMembers() typedef 8219 MethodSet Results = in checkForCStrMembers() 8222 for (MethodSet::iterator MI = Results.begin(), ME = Results.end(); in checkForCStrMembers()
|