1*fe013be4SDimitry Andric //===-- ClangExpressionHelper.cpp -----------------------------------------===//
2*fe013be4SDimitry Andric //
3*fe013be4SDimitry Andric // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4*fe013be4SDimitry Andric // See https://llvm.org/LICENSE.txt for license information.
5*fe013be4SDimitry Andric // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6*fe013be4SDimitry Andric //
7*fe013be4SDimitry Andric //===----------------------------------------------------------------------===//
8*fe013be4SDimitry Andric 
9*fe013be4SDimitry Andric #include "ClangExpressionHelper.h"
10*fe013be4SDimitry Andric 
11*fe013be4SDimitry Andric using namespace lldb_private;
12*fe013be4SDimitry Andric 
13*fe013be4SDimitry Andric char ClangExpressionHelper::ID;
14