Home
last modified time | relevance | path

Searched refs:BaseRecord (Results 1 – 12 of 12) sorted by relevance

/external/clang/lib/AST/
DCXXInheritance.cpp258 CXXRecordDecl *BaseRecord in lookupInBases() local
261 if (lookupInBases(Context, BaseRecord, BaseMatches, UserData)) { in lookupInBases()
363 void *BaseRecord) { in FindBaseClass() argument
364 assert(((Decl *)BaseRecord)->getCanonicalDecl() == BaseRecord && in FindBaseClass()
367 ->getCanonicalDecl() == BaseRecord; in FindBaseClass()
372 void *BaseRecord) { in FindVirtualBaseClass() argument
373 assert(((Decl *)BaseRecord)->getCanonicalDecl() == BaseRecord && in FindVirtualBaseClass()
377 ->getCanonicalDecl() == BaseRecord; in FindVirtualBaseClass()
383 RecordDecl *BaseRecord = in FindTagMember() local
387 for (Path.Decls = BaseRecord->lookup(N); in FindTagMember()
[all …]
/external/icu4c/layout/
DMarkToBasePosnSubtables.h30 struct BaseRecord struct
38 BaseRecord baseRecordArray[ANY_NUMBER]; argument
DMarkToBasePosnSubtables.cpp64 const BaseRecord *baseRecord = &baseArray->baseRecordArray[baseCoverage * mcCount]; in process()
/external/harfbuzz/src/
Dharfbuzz-gpos-private.h326 HB_BaseRecord* BaseRecord; /* array of BaseRecord tables */ member
Dharfbuzz-gpos.c2039 ba->BaseRecord = NULL; in Load_BaseArray()
2041 if ( ALLOC_ARRAY( ba->BaseRecord, count, HB_BaseRecord ) ) in Load_BaseArray()
2044 br = ba->BaseRecord; in Load_BaseArray()
2098 if ( ba->BaseRecord ) in Free_BaseArray()
2100 br = ba->BaseRecord; in Free_BaseArray()
2299 br = &ba->BaseRecord[base_index]; in Lookup_MarkBasePos()
Dharfbuzz-dump.c634 HB_BaseRecord *r = &markbase->BaseArray.BaseRecord[i]; in Dump_GPOS_Lookup_Markbase()
/external/clang/lib/Sema/
DSemaExprMember.cpp44 CXXRecordDecl *BaseRecord = cast<CXXRecordDecl>(BaseRT->getDecl()); in IsProvablyNotDerivedFrom() local
45 if (!IsProvablyNotDerivedFrom(SemaRef, BaseRecord, Bases)) in IsProvablyNotDerivedFrom()
519 CXXRecordDecl *BaseRecord = cast<CXXRecordDecl>(BaseRT->getDecl()); in CheckQualifiedMemberReference() local
538 if (!IsProvablyNotDerivedFrom(*this, BaseRecord, MemberRecord)) in CheckQualifiedMemberReference()
DSemaLookup.cpp1343 RecordDecl *BaseRecord = Specifier->getType()->getAs<RecordType>()->getDecl(); in LookupAnyMember() local
1346 Path.Decls = BaseRecord->lookup(N); in LookupAnyMember()
DSemaDecl.cpp4684 RecordDecl *BaseRecord = Specifier->getType()->getAs<RecordType>()->getDecl(); in FindOverriddenMethod() local
4694 QualType T = Data->S->Context.getTypeDeclType(BaseRecord); in FindOverriddenMethod()
4700 for (Path.Decls = BaseRecord->lookup(Name); in FindOverriddenMethod()
DSemaOverload.cpp11090 const RecordType *BaseRecord = Base->getType()->getAs<RecordType>(); in BuildOverloadedArrowExpr() local
11097 LookupQualifiedName(R, BaseRecord->getDecl()); in BuildOverloadedArrowExpr()
DSemaDeclCXX.cpp4674 RecordDecl *BaseRecord = Specifier->getType()->getAs<RecordType>()->getDecl(); in FindHiddenVirtualMethod() local
4684 for (Path.Decls = BaseRecord->lookup(Name); in FindHiddenVirtualMethod()
/external/clang/include/clang/AST/
DDeclCXX.h1372 CXXBasePath &Path, void *BaseRecord);
1384 CXXBasePath &Path, void *BaseRecord);