clang-tools
15.0.0git
|
#include "support/Cancellation.h"
#include "support/Context.h"
#include "support/Threading.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include <atomic>
#include <memory>
#include <thread>
Go to the source code of this file.
Namespaces | |
clang | |
===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
clang::clangd | |
std::pair<Context, Canceler> Inner |
Definition at line 48 of file CancellationTests.cpp.
Referenced by clang::clangd::insertionPoint().
std::pair<Context, Canceler> Outer |
Definition at line 48 of file CancellationTests.cpp.