clang 22.0.0git
llvm::ScalableVecTyKey Struct Reference

#include "clang/AST/ASTContext.h"

Public Member Functions

bool operator== (const ScalableVecTyKey &RHS) const

Public Attributes

clang::QualType EltTy
unsigned NumElts
unsigned NumFields

Detailed Description

Definition at line 56 of file ASTContext.h.

Member Function Documentation

◆ operator==()

bool llvm::ScalableVecTyKey::operator== ( const ScalableVecTyKey & RHS) const
inline

Definition at line 61 of file ASTContext.h.

References EltTy, NumElts, and NumFields.

Member Data Documentation

◆ EltTy

clang::QualType llvm::ScalableVecTyKey::EltTy

◆ NumElts

unsigned llvm::ScalableVecTyKey::NumElts

◆ NumFields

unsigned llvm::ScalableVecTyKey::NumFields

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