clang
20.0.0git
include
clang
Basic
BitmaskEnum.h
Go to the documentation of this file.
1
//===--- BitmaskEnum.h - wrapper of LLVM's bitmask enum facility-*- C++ -*-===//
2
//
3
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
// See https://llvm.org/LICENSE.txt for license information.
5
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
//
7
//===----------------------------------------------------------------------===//
8
//
9
/// \file
10
/// Provides LLVM's BitmaskEnum facility to enumeration types declared in
11
/// namespace clang.
12
///
13
//===----------------------------------------------------------------------===//
14
15
#ifndef LLVM_CLANG_BASIC_BITMASKENUM_H
16
#define LLVM_CLANG_BASIC_BITMASKENUM_H
17
18
#include "llvm/ADT/BitmaskEnum.h"
19
20
namespace
clang
{
21
LLVM_ENABLE_BITMASK_ENUMS_IN_NAMESPACE
();
22
}
23
24
#endif
clang
The JSON file list parser is used to communicate input to InstallAPI.
Definition:
CalledOnceCheck.h:17
clang::LLVM_ENABLE_BITMASK_ENUMS_IN_NAMESPACE
LLVM_ENABLE_BITMASK_ENUMS_IN_NAMESPACE()
Generated on Fri Nov 15 2024 16:41:14 for clang by
1.9.6