LLVM 20.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 . | |
ExpressionAST * | getAST () const |
ExpressionFormat | getFormat () const |
Class representing an expression and its matching format.
Definition at line 189 of file FileCheckImpl.h.
|
inline |
Generic constructor for an expression represented by the given AST
and whose matching format is Format
.
Definition at line 200 of file FileCheckImpl.h.
|
inline |
Definition at line 205 of file FileCheckImpl.h.
Referenced by llvm::FileCheckPatternContext::defineCmdlineVariables().
|
inline |
Definition at line 207 of file FileCheckImpl.h.