Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp6856 using MethodSet = llvm::SmallPtrSet<CXXMethodDecl *, 1>; in hasCStrMethod() typedef
6858 MethodSet Results = in hasCStrMethod()
6860 for (MethodSet::iterator MI = Results.begin(), ME = Results.end(); in hasCStrMethod()
6872 using MethodSet = llvm::SmallPtrSet<CXXMethodDecl *, 1>; in checkForCStrMembers() typedef
6874 MethodSet Results = in checkForCStrMembers()
6877 for (MethodSet::iterator MI = Results.begin(), ME = Results.end(); in checkForCStrMembers()