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.h172 struct TypeInfoChars { struct
177 TypeInfoChars() : AlignRequirement(AlignRequirementKind::None) {} in TypeInfoChars() argument
178 TypeInfoChars(CharUnits Width, CharUnits Align, in TypeInfoChars() argument
181 bool isAlignRequired() { in isAlignRequired()