Lines Matching defs:DeclName
3311 const Init *DeclName = StringInit::get(Records, Str);
3317 RecordVal(DeclName, IdLoc, Type,
3321 DeclName = QualifyName(*CurRec, DeclName);
3324 RecordVal(DeclName, IdLoc, Type, RecordVal::FK_TemplateArg));
3327 DeclName = QualifyName(CurMultiClass, DeclName);
3330 RecordVal(DeclName, IdLoc, Type, RecordVal::FK_TemplateArg));
3340 SetValue(CurRec, ValLoc, DeclName, {}, Val,
3345 return DeclName;
3349 return DeclName;
3367 const Init *DeclName = StringInit::get(Records, Lex.getCurStrVal());
3431 return VarInit::get(DeclName, IterType);
3691 const StringInit *DeclName = StringInit::get(Records, Lex.getCurStrVal());
3692 if (Records.getGlobal(DeclName->getValue()))
3713 Records.addExtraGlobal(DeclName->getValue(),
3764 const StringInit *DeclName = StringInit::get(Records, Lex.getCurStrVal());
3765 if (CurScope->varAlreadyDefined(DeclName->getValue()))
3770 auto *V = CurRec->getValue(DeclName->getValue());
3777 if (CurScope->isOutermost() && Records.getGlobal(DeclName->getValue()))
3792 CurScope->addVar(DeclName->getValue(), Value);
3794 Records.addExtraGlobal(DeclName->getValue(), Value);