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/android_icu4j/src/main/tests/android/icu/dev/test/util/
DULocaleCollationTest.java70 interface Subobject { interface in ULocaleCollationTest
DULocaleTest.java369 interface Subobject { interface in ULocaleTest
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/util/
DULocaleCollationTest.java66 interface Subobject { interface in ULocaleCollationTest
/external/clang/lib/AST/
DExprConstant.cpp3926 LValue Subobject = This; in HandleConstructorCall() local
5303 LValue Subobject = This; in HandleClassZeroInitialization() local
5317 LValue Subobject = This; in HandleClassZeroInitialization() local
5342 LValue Subobject = This; in ZeroInitialization() local
5409 LValue Subobject = This; in VisitInitListExpr() local
5432 LValue Subobject = This; in VisitInitListExpr() local
5829 LValue Subobject = This; in ZeroInitialization() local
5896 LValue Subobject = This; in VisitInitListExpr() local
5926 const LValue &Subobject, in VisitCXXConstructExpr()
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DULocaleTest.java365 interface Subobject { interface in ULocaleTest
/external/clang/lib/Sema/
DSemaDeclCXX.cpp5497 typedef llvm::PointerUnion<CXXBaseSpecifier*, FieldDecl*> Subobject; typedef