Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DIntrusiveRefCntPtr.h88 template <class Derived> class ThreadSafeRefCountedBase {
92 ThreadSafeRefCountedBase() : RefCount(0) {} in ThreadSafeRefCountedBase() function
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DVirtualFileSystem.h245 class FileSystem : public llvm::ThreadSafeRefCountedBase<FileSystem> {
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchersInternal.h275 : public llvm::ThreadSafeRefCountedBase<DynMatcherInterface> {