Home
last modified time | relevance | path

Searched refs:AST_RL (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DCGRecordLayoutBuilder.cpp759 const ASTRecordLayout &AST_RL = getContext().getASTRecordLayout(D); in ComputeRecordLayout() local
761 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()