#include "AST.h"
#include "Annotations.h"
#include "CollectMacros.h"
#include "Matchers.h"
#include "SourceCode.h"
#include "TestTU.h"
#include "clang/Basic/SourceLocation.h"
#include "llvm/Support/ScopedPrinter.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
#include <vector>
namespace clang {
namespace clangd {
namespace {
UnorderedElementsAreArray;
MATCHER_P(rangeIs, R, "") { … }
MATCHER(isDef, "") { … }
MATCHER(inConditionalDirective, "") { … }
TEST(CollectMainFileMacros, SelectedMacros) { … }
}
}
}