Searched refs:BaseRecord (Results 1 - 7 of 7) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/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...]
/freebsd-9.3-release/contrib/llvm/tools/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.cpp1549 RecordDecl *BaseRecord = Specifier->getType()->getAs<RecordType>()->getDecl(); local
1552 Path.Decls = BaseRecord->lookup(N);
H A DSemaOverload.cpp11616 const RecordType *BaseRecord = Base->getType()->getAs<RecordType>(); local
11623 LookupQualifiedName(R, BaseRecord->getDecl());
H A DSemaDecl.cpp5884 RecordDecl *BaseRecord = Specifier->getType()->getAs<RecordType>()->getDecl(); local
5894 QualType T = Data->S->Context.getTypeDeclType(BaseRecord);
5900 for (Path.Decls = BaseRecord->lookup(Name);
H A DSemaDeclCXX.cpp5745 RecordDecl *BaseRecord = Specifier->getType()->getAs<RecordType>()->getDecl(); local
5755 for (Path.Decls = BaseRecord->lookup(Name);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DDeclCXX.h1480 CXXBasePath &Path, void *BaseRecord);
1492 CXXBasePath &Path, void *BaseRecord);

Completed in 345 milliseconds