Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:Decl

433   BaseInfo(const CXXRecordDecl *Decl, CharUnits Offset, unsigned Index)
434 : Decl(Decl), Offset(Offset), Index(Index) {
437 const CXXRecordDecl *Decl;
473 bool IsPrimaryBase = Layout.getPrimaryBase() == Base.Decl;
474 Build(Val.getStructBase(Base.Index), Base.Decl, IsPrimaryBase,
905 if (const ValueDecl *Decl = LVBase.dyn_cast<const ValueDecl*>()) {
906 if (Decl->hasAttr<WeakRefAttr>())
907 return CGM.GetWeakRefReference(Decl);
908 if (const FunctionDecl *FD = dyn_cast<FunctionDecl>(Decl))
910 if (const VarDecl* VD = dyn_cast<VarDecl>(Decl)) {
1253 const ValueDecl *decl = cast<DeclRefExpr>(uo->getSubExpr())->getDecl();
1256 if (const CXXMethodDecl *method = dyn_cast<CXXMethodDecl>(decl))
1260 uint64_t fieldOffset = getContext().getFieldOffset(decl);