Home | History | Annotate | Download | only in AST

Lines Matching refs:getTypeAlignInChars

1878 /// getTypeAlignInChars - Return the ABI-specified alignment of a type, in 
1880 CharUnits ASTContext::getTypeAlignInChars(QualType T) const {
1883 CharUnits ASTContext::getTypeAlignInChars(const Type *T) const {
8689 CharUnits alignChars = getTypeAlignInChars(AtomicTy);