LLVM: llvm::Pattern::VariableProperties Struct Reference (original) (raw)

Parsing information about a variable. More...

#include "[FileCheck/FileCheckImpl.h](FileCheckImpl%5F8h%5Fsource.html)"

Public Attributes
StringRef Name
bool IsPseudo

Detailed Description

Parsing information about a variable.

Definition at line 672 of file FileCheckImpl.h.

Member Data Documentation

IsPseudo

bool llvm::Pattern::VariableProperties::IsPseudo

Definition at line 674 of file FileCheckImpl.h.

Name

StringRef llvm::Pattern::VariableProperties::Name

Definition at line 673 of file FileCheckImpl.h.


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