Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DAPValue.cpp169 getStructBase(I) = RHS.getStructBase(I); in APValue()
315 getStructBase(0).dump(OS); in dump()
318 getStructBase(I).dump(OS); in dump()
504 getStructBase(I).printPretty(Out, Ctx, BI->getType()); in printPretty()
DExprConstant.cpp1543 Value.getStructBase(BaseIndex))) in CheckConstantExpression()
2519 O = &O->getStructBase(getBaseIndex(Derived, Base)); in findSubobject()
4077 Value = &Result.getStructBase(BasesSeen++); in HandleConstructorCall()
5470 Result.getStructBase(Index))) in HandleClassZeroInitialization()
5544 Value = &Value->getStructBase(getBaseIndex(RD, Base)); in VisitCastExpr()
5600 APValue &FieldVal = Result.getStructBase(ElementNo); in VisitInitListExpr()
/external/clang/include/clang/AST/
DAPValue.h307 APValue &getStructBase(unsigned i) { in getStructBase() function
315 const APValue &getStructBase(unsigned i) const { in getStructBase() function
316 return const_cast<APValue*>(this)->getStructBase(i); in getStructBase()
/external/clang/lib/CodeGen/
DCGExprConstant.cpp466 Build(Val.getStructBase(Base.Index), Base.Decl, IsPrimaryBase, in Build()