Home
last modified time | relevance | path

Searched defs:Subobject (Results 1 – 7 of 7) sorted by relevance

/external/clang/include/clang/AST/
DCXXInheritance.h244 unsigned Subobject; member
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
DULocaleCollationTest.java72 interface Subobject { interface in ULocaleCollationTest
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DULocaleCollationTest.java75 interface Subobject { interface in ULocaleCollationTest
DULocaleTest.java386 interface Subobject { interface in ULocaleTest
/external/clang/lib/AST/
DExprConstant.cpp4059 LValue Subobject = This; in HandleConstructorCall() local
5466 LValue Subobject = This; in HandleClassZeroInitialization() local
5480 LValue Subobject = This; in HandleClassZeroInitialization() local
5505 LValue Subobject = This; in ZeroInitialization() local
5572 LValue Subobject = This; in VisitInitListExpr() local
5596 LValue Subobject = This; in VisitInitListExpr() local
5617 LValue Subobject = This; in VisitInitListExpr() local
6039 LValue Subobject = This; in ZeroInitialization() local
6106 LValue Subobject = This; in VisitInitListExpr() local
6136 const LValue &Subobject, in VisitCXXConstructExpr()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DULocaleTest.java383 interface Subobject { interface in ULocaleTest
/external/clang/lib/Sema/
DSemaDeclCXX.cpp5627 typedef llvm::PointerUnion<CXXBaseSpecifier*, FieldDecl*> Subobject; typedef