Searched defs:DerivedDecl (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp946 const CXXRecordDecl *DerivedDecl = derivedType->getAsCXXRecordDecl(); local
947 if (!DerivedDecl && !derivedType->isVoidType())
961 if (SRDecl == DerivedDecl)
969 if (SRDecl->isDerivedFrom(DerivedDecl, Paths)) {
/external/clang/lib/AST/
H A DExprConstant.cpp1311 const CXXRecordDecl *DerivedDecl,
1316 return HandleLValueDirectBase(Info, E, Obj, DerivedDecl, BaseDecl);
1323 DerivedDecl = D.MostDerivedType->getAsCXXRecordDecl();
1324 if (!CastToDerivedClass(Info, E, Obj, DerivedDecl, D.MostDerivedPathLength))
1328 if (DerivedDecl->isInvalidDecl()) return false;
1329 const ASTRecordLayout &Layout = Info.Ctx.getASTRecordLayout(DerivedDecl);
1310 HandleLValueBase(EvalInfo &Info, const Expr *E, LValue &Obj, const CXXRecordDecl *DerivedDecl, const CXXBaseSpecifier *Base) argument

Completed in 167 milliseconds