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()
479 if (const FieldDecl *FD = getUnionField()) { in printPretty()
DExprConstant.cpp1056 if (Value.isUnion() && Value.getUnionField()) { in CheckConstantExpression()
1058 Value.getUnionField()->getType(), in CheckConstantExpression()
1599 const FieldDecl *UnionField = O->getUnionField(); in ExtractSubobject()
2256 (Value->isUnion() && Value->getUnionField() != FD)) { in HandleConstructorCall()
/external/clang/include/clang/AST/
DAPValue.h316 const FieldDecl *getUnionField() const { in getUnionField() function
/external/clang/lib/CodeGen/
DCGExprConstant.cpp497 if (RD->isUnion() && Val.getUnionField() != *Field) in Build()