Home | History | Annotate | Download | only in AST

Lines Matching refs:getTypeAlignInChars

1724 /// getTypeAlignInChars - Return the ABI-specified alignment of a type, in 
1726 CharUnits ASTContext::getTypeAlignInChars(QualType T) const {
1729 CharUnits ASTContext::getTypeAlignInChars(const Type *T) const {
8055 CharUnits alignChars = getTypeAlignInChars(AtomicTy);