Searched defs:Subobject (Results 1 – 12 of 12) sorted by relevance
3588 type Subobject struct { struct3589 Type AST3590 SubExpr AST3591 Offset int3592 Selectors []int3593 PastEnd bool3596 func (so *Subobject) print(ps *printState) {3603 func (so *Subobject) Traverse(fn func(AST) bool) {3610 func (so *Subobject) Copy(fn func(AST) AST, skip func(AST) bool) AST {3638 func (so *Subobject) GoString() string {[all …]
244 unsigned Subobject; member
236 unsigned Subobject = 0; member
75 interface Subobject { interface in ULocaleCollationTest
393 interface Subobject { interface in ULocaleTest
72 interface Subobject { interface in ULocaleCollationTest
4059 LValue Subobject = This; in HandleConstructorCall() local5466 LValue Subobject = This; in HandleClassZeroInitialization() local5480 LValue Subobject = This; in HandleClassZeroInitialization() local5505 LValue Subobject = This; in ZeroInitialization() local5572 LValue Subobject = This; in VisitInitListExpr() local5596 LValue Subobject = This; in VisitInitListExpr() local5617 LValue Subobject = This; in VisitInitListExpr() local6039 LValue Subobject = This; in ZeroInitialization() local6106 LValue Subobject = This; in VisitInitListExpr() local6136 const LValue &Subobject, in VisitCXXConstructExpr()
390 interface Subobject { interface in ULocaleTest
5627 typedef llvm::PointerUnion<CXXBaseSpecifier*, FieldDecl*> Subobject; typedef