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.cpp504 CXXRecordDecl *BaseRecord = local
506 if (!BaseRecord) {
528 if (BaseRecord->getCanonicalDecl() == MemberRecord ||
529 !BaseRecord->isProvablyNotDerivedFrom(MemberRecord))
H A DSemaLookup.cpp1342 RecordDecl *BaseRecord = Specifier->getType()->getAs<RecordType>()->getDecl(); local
1345 Path.Decls = BaseRecord->lookup(N);
H A DSemaDecl.cpp5259 RecordDecl *BaseRecord = Specifier->getType()->getAs<RecordType>()->getDecl(); local
5269 QualType T = Data->S->Context.getTypeDeclType(BaseRecord);
5275 for (Path.Decls = BaseRecord->lookup(Name);
H A DSemaDeclCXX.cpp5329 RecordDecl *BaseRecord = Specifier->getType()->getAs<RecordType>()->getDecl(); local
5339 for (Path.Decls = BaseRecord->lookup(Name);
H A DSemaOverload.cpp11227 const RecordType *BaseRecord = Base->getType()->getAs<RecordType>(); local
11234 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 1738 milliseconds