clang 22.0.0git
|
#include "clang/AST/ASTContext.h"
Public Member Functions | |
bool | operator== (const ScalableVecTyKey &RHS) const |
Public Attributes | |
clang::QualType | EltTy |
unsigned | NumElts |
unsigned | NumFields |
Definition at line 56 of file ASTContext.h.
|
inline |
Definition at line 61 of file ASTContext.h.
clang::QualType llvm::ScalableVecTyKey::EltTy |
Definition at line 57 of file ASTContext.h.
Referenced by llvm::DenseMapInfo< ScalableVecTyKey >::getHashValue(), and operator==().
unsigned llvm::ScalableVecTyKey::NumElts |
Definition at line 58 of file ASTContext.h.
Referenced by llvm::DenseMapInfo< ScalableVecTyKey >::getHashValue(), and operator==().
unsigned llvm::ScalableVecTyKey::NumFields |
Definition at line 59 of file ASTContext.h.
Referenced by llvm::DenseMapInfo< ScalableVecTyKey >::getHashValue(), and operator==().