Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h170 struct TypeInfoChars { struct
175 TypeInfoChars() : AlignRequirement(AlignRequirementKind::None) {} in TypeInfoChars() argument
176 TypeInfoChars(CharUnits Width, CharUnits Align, in TypeInfoChars() function
179 bool isAlignRequired() { in isAlignRequired()