| 
    LLVM 22.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 195 of file FileCheckImpl.h.
      
  | 
  inline | 
Generic constructor for an expression represented by the given AST and whose matching format is Format. 
Definition at line 206 of file FileCheckImpl.h.
References llvm::move().
      
  | 
  inline | 
Definition at line 211 of file FileCheckImpl.h.
Referenced by llvm::FileCheckPatternContext::defineCmdlineVariables().
      
  | 
  inline | 
Definition at line 213 of file FileCheckImpl.h.