clang
9.0.0
include
clang
Basic
ExpressionTraits.h
Go to the documentation of this file.
1
//===- ExpressionTraits.h - C++ Expression Traits Support Enums -*- 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
/// Defines enumerations for expression traits intrinsics.
11
///
12
//===----------------------------------------------------------------------===//
13
14
#ifndef LLVM_CLANG_BASIC_EXPRESSIONTRAITS_H
15
#define LLVM_CLANG_BASIC_EXPRESSIONTRAITS_H
16
17
namespace
clang
{
18
19
enum
ExpressionTrait
{
20
ET_IsLValueExpr
,
21
ET_IsRValueExpr
22
};
23
}
24
25
#endif
clang::ET_IsRValueExpr
Definition:
ExpressionTraits.h:21
clang
Dataflow Directional Tag Classes.
Definition:
CFGReachabilityAnalysis.h:21
clang::ExpressionTrait
ExpressionTrait
Definition:
ExpressionTraits.h:19
clang::ET_IsLValueExpr
Definition:
ExpressionTraits.h:20
Generated on Thu Sep 19 2019 15:18:15 for clang by
1.8.13