Searched defs:BaseRecord (Results 1 - 9 of 9) sorted by relevance

/external/icu4c/layout/
H A DMarkToBasePosnSubtables.h30 struct BaseRecord struct
38 BaseRecord baseRecordArray[ANY_NUMBER];
/external/clang/lib/AST/
H A DCXXInheritance.cpp271 CXXRecordDecl *BaseRecord local
274 if (lookupInBases(Context, BaseRecord, BaseMatches, UserData)) {
376 void *BaseRecord) {
377 assert(((Decl *)BaseRecord)->getCanonicalDecl() == BaseRecord &&
380 ->getCanonicalDecl() == BaseRecord;
385 void *BaseRecord) {
386 assert(((Decl *)BaseRecord)->getCanonicalDecl() == BaseRecord &&
390 ->getCanonicalDecl() == BaseRecord;
374 FindBaseClass(const CXXBaseSpecifier *Specifier, CXXBasePath &Path, void *BaseRecord) argument
383 FindVirtualBaseClass(const CXXBaseSpecifier *Specifier, CXXBasePath &Path, void *BaseRecord) argument
396 RecordDecl *BaseRecord = local
413 RecordDecl *BaseRecord = local
432 RecordDecl *BaseRecord = local
[all...]
/external/clang/lib/Sema/
H A DSemaExprMember.cpp522 CXXRecordDecl *BaseRecord = local
524 if (!BaseRecord) {
546 if (BaseRecord->getCanonicalDecl() == MemberRecord ||
547 !BaseRecord->isProvablyNotDerivedFrom(MemberRecord))
H A DSemaLookup.cpp1470 RecordDecl *BaseRecord = Specifier->getType()->getAs<RecordType>()->getDecl(); local
1473 Path.Decls = BaseRecord->lookup(N);
H A DSemaDecl.cpp5761 RecordDecl *BaseRecord = Specifier->getType()->getAs<RecordType>()->getDecl(); local
5771 QualType T = Data->S->Context.getTypeDeclType(BaseRecord);
5777 for (Path.Decls = BaseRecord->lookup(Name);
H A DSemaDeclCXX.cpp5548 RecordDecl *BaseRecord = Specifier->getType()->getAs<RecordType>()->getDecl(); local
5558 for (Path.Decls = BaseRecord->lookup(Name);
H A DSemaOverload.cpp11502 const RecordType *BaseRecord = Base->getType()->getAs<RecordType>(); local
11509 LookupQualifiedName(R, BaseRecord->getDecl());
/external/harfbuzz/src/
H A Dharfbuzz-gpos-private.h325 HB_UShort BaseCount; /* number of BaseRecord tables */
326 HB_BaseRecord* BaseRecord; /* array of BaseRecord tables */ member in struct:HB_BaseArray_
/external/harfbuzz_ng/src/hb-old/
H A Dharfbuzz-gpos-private.h325 HB_UShort BaseCount; /* number of BaseRecord tables */
326 HB_BaseRecord* BaseRecord; /* array of BaseRecord tables */ member in struct:HB_BaseArray_

Completed in 372 milliseconds