Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DAPValue.cpp171 getStructField(I) = RHS.getStructField(I); in APValue()
323 getStructField(0).dump(OS); in dump()
326 getStructField(I).dump(OS); in dump()
512 getStructField(FI->getFieldIndex()). in printPretty()
DExprConstant.cpp1549 Value.getStructField(I->getFieldIndex()))) in CheckConstantExpression()
2495 O = &O->getStructField(Field->getFieldIndex()); in findSubobject()
4085 Value = &Result.getStructField(FD->getFieldIndex()); in HandleConstructorCall()
4111 Value = &Value->getStructField(FD->getFieldIndex()); in HandleConstructorCall()
5486 Result.getStructField(I->getFieldIndex()), Info, Subobject, &VIE)) in HandleClassZeroInitialization()
5636 APValue &FieldVal = Result.getStructField(Field->getFieldIndex()); in VisitInitListExpr()
5742 Array.moveInto(Result.getStructField(0)); in VisitCXXStdInitializerListExpr()
5755 Array.moveInto(Result.getStructField(1)); in VisitCXXStdInitializerListExpr()
5758 Result.getStructField(1) = APValue(APSInt(ArrayType->getSize())); in VisitCXXStdInitializerListExpr()
/external/protobuf/java/core/src/test/java/com/google/protobuf/
DWellKnownTypesTest.java60 assertEquals(0, message.getStructField().getSerializedSize()); in testWellKnownTypes()
/external/clang/include/clang/AST/
DAPValue.h311 APValue &getStructField(unsigned i) { in getStructField() function
318 const APValue &getStructField(unsigned i) const { in getStructField() function
319 return const_cast<APValue*>(this)->getStructField(i); in getStructField()
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
DXMPMeta.java118 XMPProperty getStructField( in getStructField() method
/external/xmp_toolkit/XMPCore/src/com/adobe/xmp/impl/
DXMPMetaImpl.java989 public XMPProperty getStructField(String schemaNS, String structName, String fieldNS,
/external/clang/lib/CodeGen/
DCGExprConstant.cpp486 RD->isUnion() ? Val.getUnionValue() : Val.getStructField(FieldNo); in Build()