LLVM 19.0.0git
Public Attributes | List of all members
llvm::Pattern::VariableProperties Struct Reference

Parsing information about a variable. More...

#include "FileCheck/FileCheckImpl.h"

Public Attributes

StringRef Name
 
bool IsPseudo
 

Detailed Description

Parsing information about a variable.

Definition at line 650 of file FileCheckImpl.h.

Member Data Documentation

◆ IsPseudo

bool llvm::Pattern::VariableProperties::IsPseudo

Definition at line 652 of file FileCheckImpl.h.

◆ Name

StringRef llvm::Pattern::VariableProperties::Name

Definition at line 651 of file FileCheckImpl.h.


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