struct TypeInfoChars

Declaration

struct TypeInfoChars { /* full declaration omitted */ };

Declared at: clang/include/clang/AST/ASTContext.h:193

Member Variables

public clang::CharUnits Width
public clang::CharUnits Align
public clang::AlignRequirementKind AlignRequirement

Method Overview

Methods

TypeInfoChars()

Declared at: clang/include/clang/AST/ASTContext.h:198

TypeInfoChars(
    clang::CharUnits Width,
    clang::CharUnits Align,
    clang::AlignRequirementKind AlignRequirement)

Declared at: clang/include/clang/AST/ASTContext.h:199

Parameters

clang::CharUnits Width
clang::CharUnits Align
clang::AlignRequirementKind AlignRequirement

bool isAlignRequired()

Declared at: clang/include/clang/AST/ASTContext.h:202