Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:decl

421   BaseInfo(const CXXRecordDecl *Decl, CharUnits Offset, unsigned Index)
422 : Decl(Decl), Offset(Offset), Index(Index) {
425 const CXXRecordDecl *Decl;
465 bool IsPrimaryBase = Layout.getPrimaryBase() == Base.Decl;
466 Build(Val.getStructBase(Base.Index), Base.Decl, IsPrimaryBase,
996 if (const ValueDecl *Decl = LVBase.dyn_cast<const ValueDecl*>()) {
997 if (Decl->hasAttr<WeakRefAttr>())
998 return CGM.GetWeakRefReference(Decl);
999 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(Decl))
1001 if (const VarDecl* VD = dyn_cast<VarDecl>(Decl)) {
1493 const ValueDecl *decl = cast<DeclRefExpr>(uo->getSubExpr())->getDecl();
1496 if (const CXXMethodDecl *method = dyn_cast<CXXMethodDecl>(decl))
1500 uint64_t fieldOffset = getContext().getFieldOffset(decl);