clang
8.0.0
include
clang
Basic
CapturedStmt.h
Go to the documentation of this file.
1
//===--- CapturedStmt.h - Types for CapturedStmts ---------------*- C++ -*-===//
2
//
3
// The LLVM Compiler Infrastructure
4
//
5
// This file is distributed under the University of Illinois Open Source
6
// License. See LICENSE.TXT for details.
7
//
8
//===----------------------------------------------------------------------===//
9
10
11
#ifndef LLVM_CLANG_BASIC_CAPTUREDSTMT_H
12
#define LLVM_CLANG_BASIC_CAPTUREDSTMT_H
13
14
namespace
clang
{
15
16
/// The different kinds of captured statement.
17
enum
CapturedRegionKind
{
18
CR_Default
,
19
CR_ObjCAtFinally
,
20
CR_OpenMP
21
};
22
23
}
// end namespace clang
24
25
#endif // LLVM_CLANG_BASIC_CAPTUREDSTMT_H
clang::CR_Default
Definition:
CapturedStmt.h:18
clang::CR_ObjCAtFinally
Definition:
CapturedStmt.h:19
clang
Dataflow Directional Tag Classes.
Definition:
CFGReachabilityAnalysis.h:22
clang::CR_OpenMP
Definition:
CapturedStmt.h:20
clang::CapturedRegionKind
CapturedRegionKind
The different kinds of captured statement.
Definition:
CapturedStmt.h:17
Generated on Tue Mar 12 2019 12:26:07 for clang by
1.8.13