168e081d6SDavid Blaikie //===-- SemaConsumer.cpp - Abstract interface for AST semantics -*- C++ -*-===// 268e081d6SDavid Blaikie // 3*2946cd70SChandler Carruth // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 4*2946cd70SChandler Carruth // See https://llvm.org/LICENSE.txt for license information. 5*2946cd70SChandler Carruth // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 668e081d6SDavid Blaikie // 768e081d6SDavid Blaikie //===----------------------------------------------------------------------===// 868e081d6SDavid Blaikie 968e081d6SDavid Blaikie #include "clang/Sema/SemaConsumer.h" 1068e081d6SDavid Blaikie 1168e081d6SDavid Blaikie using namespace clang; 1268e081d6SDavid Blaikie anchor()1368e081d6SDavid Blaikievoid SemaConsumer::anchor() { } 14