Searched refs:BaseRD (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/AST/
H A DVTableBuilder.cpp254 const CXXRecordDecl *BaseRD,
260 isDerivedFrom(const_cast<CXXRecordDecl *>(BaseRD), Paths)) {
315 const CXXRecordDecl *BaseRD = local
318 return ComputeBaseOffset(Context, BaseRD, DerivedRD);
1193 const CXXRecordDecl *BaseRD = Base.getBase(); local
1200 isDerivedFrom(const_cast<CXXRecordDecl *>(BaseRD), Paths)) {
253 ComputeBaseOffset(ASTContext &Context, const CXXRecordDecl *BaseRD, const CXXRecordDecl *DerivedRD) argument
/external/clang/lib/Sema/
H A DSemaDeclCXX.cpp1200 CXXRecordDecl *BaseRD = GetClassForType(Base);
1201 if (!BaseRD)
1205 return DerivedRD->hasDefinition() && DerivedRD->isDerivedFrom(BaseRD);
1218 CXXRecordDecl *BaseRD = GetClassForType(Base);
1219 if (!BaseRD)
1222 return DerivedRD->isDerivedFrom(BaseRD, Paths);
/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp1552 CXXRecordDecl *BaseRD = cast<CXXRecordDecl>(BaseRT->getDecl()); local
1553 int64_t OffsetInt = RL.getBaseClassOffsetInBits(BaseRD) /

Completed in 94 milliseconds