clang API Documentation

Public Member Functions | Public Attributes
clang::Expr::EvalResult Struct Reference

EvalResult is a struct with detailed info about an evaluated expression. More...

#include <Expr.h>

Inheritance diagram for clang::Expr::EvalResult:
Inheritance graph
[legend]
Collaboration diagram for clang::Expr::EvalResult:
Collaboration graph
[legend]

List of all members.

Public Member Functions

bool isGlobalLValue () const

Public Attributes

APValue Val
 Val - This is the value the expression can be folded to.

Detailed Description

EvalResult is a struct with detailed info about an evaluated expression.

Definition at line 553 of file Expr.h.


Member Function Documentation

Definition at line 8533 of file ExprConstant.cpp.

References IsGlobalLValue().


Member Data Documentation


The documentation for this struct was generated from the following files: