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