clang: include/clang/Basic/CapturedStmt.h Source File (original) (raw)

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

14

15/// The different kinds of captured statement.

21

22} // end namespace clang

23

24#endif // LLVM_CLANG_BASIC_CAPTUREDSTMT_H

The JSON file list parser is used to communicate input to InstallAPI.

CapturedRegionKind

The different kinds of captured statement.