clang
9.0.0
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::CR_Default
Definition:
CapturedStmt.h:17
clang::CR_ObjCAtFinally
Definition:
CapturedStmt.h:18
clang
Dataflow Directional Tag Classes.
Definition:
CFGReachabilityAnalysis.h:21
clang::CR_OpenMP
Definition:
CapturedStmt.h:19
clang::CapturedRegionKind
CapturedRegionKind
The different kinds of captured statement.
Definition:
CapturedStmt.h:16
Generated on Thu Sep 19 2019 15:18:15 for clang by
1.8.13