Lines Matching refs:RecordVal
1742 if (RecordVal *Field = Rec->getValue(FieldName)) in getFieldType()
1907 if (const RecordVal *RV = Def->getValue(FieldName)) in getFieldType()
1959 for (const RecordVal &Val : Class->getValues()) in instantiate()
2332 RecordVal::RecordVal(Init *N, RecTy *T, FieldKind K) in RecordVal() function in RecordVal
2340 RecordVal::RecordVal(Init *N, SMLoc Loc, RecTy *T, FieldKind K) in RecordVal() function in RecordVal
2346 StringRef RecordVal::getName() const { in getName()
2350 std::string RecordVal::getPrintType() const { in getPrintType()
2365 bool RecordVal::setValue(Init *V) { in setValue()
2389 bool RecordVal::setValue(Init *V, SMLoc NewLoc) { in setValue()
2414 LLVM_DUMP_METHOD void RecordVal::dump() const { errs() << *this; } in dump()
2417 void RecordVal::print(raw_ostream &OS, bool PrintSem) const { in print()
2505 void Record::resolveReferences(Resolver &R, const RecordVal *SkipVal) { in resolveReferences()
2514 for (RecordVal &Value : Values) { in resolveReferences()
2565 const RecordVal *RV = R.getValue(TA); in operator <<()
2581 for (const RecordVal &Val : R.getValues()) in operator <<()
2584 for (const RecordVal &Val : R.getValues()) in operator <<()
2592 const RecordVal *R = getValue(FieldName); in getFieldLoc()
2600 const RecordVal *R = getValue(FieldName); in getValueInit()
2617 const RecordVal *R = getValue(FieldName); in getValueAsOptionalString()
2632 const RecordVal *R = getValue(FieldName); in getValueAsBitsInit()
2644 const RecordVal *R = getValue(FieldName); in getValueAsListInit()
2670 const RecordVal *R = getValue(FieldName); in getValueAsInt()
2716 const RecordVal *R = getValue(FieldName); in getValueAsDef()
2728 const RecordVal *R = getValue(FieldName); in getValueAsOptionalDef()
2743 const RecordVal *R = getValue(FieldName); in getValueAsBit()
2755 const RecordVal *R = getValue(FieldName); in getValueAsBitOrUnset()
2772 const RecordVal *R = getValue(FieldName); in getValueAsDag()
2801 const RecordVal *Arg = getValue(TA); in checkUnusedTemplateArgs()
2940 if (RecordVal *RV = getCurrentRecord()->getValue(VarName)) { in resolve()