clang
20.0.0git
include
clang
Basic
CapturedStmt.h
Go to the documentation of this file.
1
//===--- CapturedStmt.h - Types for CapturedStmts ---------------*- 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
10
#ifndef LLVM_CLANG_BASIC_CAPTUREDSTMT_H
11
#define LLVM_CLANG_BASIC_CAPTUREDSTMT_H
12
13
namespace
clang
{
14
15
/// The different kinds of captured statement.
16
enum
CapturedRegionKind
{
17
CR_Default
,
18
CR_ObjCAtFinally
,
19
CR_OpenMP
20
};
21
22
}
// end namespace clang
23
24
#endif
// LLVM_CLANG_BASIC_CAPTUREDSTMT_H
clang
The JSON file list parser is used to communicate input to InstallAPI.
Definition:
CalledOnceCheck.h:17
clang::CapturedRegionKind
CapturedRegionKind
The different kinds of captured statement.
Definition:
CapturedStmt.h:16
clang::CR_Default
@ CR_Default
Definition:
CapturedStmt.h:17
clang::CR_OpenMP
@ CR_OpenMP
Definition:
CapturedStmt.h:19
clang::CR_ObjCAtFinally
@ CR_ObjCAtFinally
Definition:
CapturedStmt.h:18
Generated on Tue Nov 19 2024 23:01:28 for clang by
1.9.6