Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DAPValue.cpp175 setUnion(RHS.getUnionField(), RHS.getUnionValue()); in APValue()
521 if (const FieldDecl *FD = getUnionField()) { in printPretty()
DExprConstant.cpp1531 if (Value.isUnion() && Value.getUnionField()) { in CheckConstantExpression()
1533 Value.getUnionField()->getType(), in CheckConstantExpression()
2486 const FieldDecl *UnionField = O->getUnionField(); in findSubobject()
4099 (Value->isUnion() && Value->getUnionField() != FD)) { in HandleConstructorCall()
/external/clang/include/clang/AST/
DAPValue.h322 const FieldDecl *getUnionField() const { in getUnionField() function
/external/clang/lib/CodeGen/
DCGExprConstant.cpp477 if (RD->isUnion() && Val.getUnionField() != *Field) in Build()