LLVM
12.0.0git
|
Class representing an expression and its matching format. More...
#include "FileCheck/FileCheckImpl.h"
Public Member Functions | |
Expression (std::unique_ptr< ExpressionAST > AST, ExpressionFormat Format) | |
Generic constructor for an expression represented by the given AST and whose matching format is Format . More... | |
ExpressionAST * | getAST () const |
ExpressionFormat | getFormat () const |
Class representing an expression and its matching format.
Definition at line 234 of file FileCheckImpl.h.
|
inline |
Generic constructor for an expression represented by the given AST
and whose matching format is Format
.
Definition at line 245 of file FileCheckImpl.h.
|
inline |
Definition at line 250 of file FileCheckImpl.h.
|
inline |
Definition at line 252 of file FileCheckImpl.h.