Home
last modified time | relevance | path

Searched defs:TypeInfoChars (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h166 struct TypeInfoChars { struct
171 TypeInfoChars() : AlignRequirement(AlignRequirementKind::None) {} in TypeInfoChars() argument
172 TypeInfoChars(CharUnits Width, CharUnits Align, in TypeInfoChars() argument
175 bool isAlignRequired() { in isAlignRequired()