Searched refs:AST_RL (Results 1 – 1 of 1) sorted by relevance
759 const ASTRecordLayout &AST_RL = getContext().getASTRecordLayout(D); in ComputeRecordLayout() local761 for (unsigned i = 0, e = AST_RL.getFieldCount(); i != e; ++i, ++it) { in ComputeRecordLayout()768 assert(AST_RL.getFieldOffset(i) == SL->getElementOffsetInBits(FieldNo) && in ComputeRecordLayout()