Home
last modified time | relevance | path

Searched refs:getStructField (Results 1 – 6 of 6) 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.cpp1388 Value.getStructField(I->getFieldIndex()))) in CheckConstantExpression()
2228 O = &O->getStructField(Field->getFieldIndex()); in findSubobject()
3736 Value = &Result.getStructField(FD->getFieldIndex()); in HandleConstructorCall()
3762 Value = &Value->getStructField(FD->getFieldIndex()); in HandleConstructorCall()
4987 Result.getStructField(I->getFieldIndex()), Info, Subobject, &VIE)) in HandleClassZeroInitialization()
5115 APValue &FieldVal = Result.getStructField(Field->getFieldIndex()); in VisitInitListExpr()
5196 Array.moveInto(Result.getStructField(0)); in VisitCXXStdInitializerListExpr()
5209 Array.moveInto(Result.getStructField(1)); in VisitCXXStdInitializerListExpr()
5212 Result.getStructField(1) = APValue(APSInt(ArrayType->getSize())); in VisitCXXStdInitializerListExpr()
/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.cpp458 RD->isUnion() ? Val.getUnionValue() : Val.getStructField(FieldNo); in Build()