Lines Matching defs:DeclName
3268 Init *DeclName = StringInit::get(Records, Str);
3274 RecordVal(DeclName, IdLoc, Type,
3278 DeclName = QualifyName(*CurRec, DeclName);
3281 RecordVal(DeclName, IdLoc, Type, RecordVal::FK_TemplateArg));
3284 DeclName = QualifyName(CurMultiClass, DeclName);
3287 RecordVal(DeclName, IdLoc, Type, RecordVal::FK_TemplateArg));
3297 SetValue(CurRec, ValLoc, DeclName, std::nullopt, Val,
3302 return DeclName;
3306 return DeclName;
3323 Init *DeclName = StringInit::get(Records, Lex.getCurStrVal());
3387 return VarInit::get(DeclName, IterType);
3647 StringInit *DeclName = StringInit::get(Records, Lex.getCurStrVal());
3648 if (Records.getGlobal(DeclName->getValue()))
3669 Records.addExtraGlobal(DeclName->getValue(),
3720 StringInit *DeclName = StringInit::get(Records, Lex.getCurStrVal());
3721 if (CurScope->varAlreadyDefined(DeclName->getValue()))
3726 auto *V = CurRec->getValue(DeclName->getValue());
3733 if (CurScope->isOutermost() && Records.getGlobal(DeclName->getValue()))
3748 CurScope->addVar(DeclName->getValue(), Value);
3750 Records.addExtraGlobal(DeclName->getValue(), Value);