Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaDeclCXX.cpp5729 llvm::SmallPtrSet<const CXXMethodDecl *, 8> SeenPureMethods; in DiagnoseAbstractType() local
5750 if (!SeenPureMethods.insert(SO->second.front().Method).second) in DiagnoseAbstractType()