Lines Matching refs:RecordVal
2104 if (RecordVal *Field = Rec->getValue(FieldName)) in getFieldType()
2222 if (const RecordVal *RV = Def->getValue(FieldName)) in getFieldType()
2273 for (const RecordVal &Val : Class->getValues()) in instantiate()
2666 RecordVal::RecordVal(Init *N, RecTy *T, FieldKind K) in RecordVal() function in RecordVal
2674 RecordVal::RecordVal(Init *N, SMLoc Loc, RecTy *T, FieldKind K) in RecordVal() function in RecordVal
2680 StringRef RecordVal::getName() const { in getName()
2684 std::string RecordVal::getPrintType() const { in getPrintType()
2699 bool RecordVal::setValue(Init *V) { in setValue()
2723 bool RecordVal::setValue(Init *V, SMLoc NewLoc) { in setValue()
2748 LLVM_DUMP_METHOD void RecordVal::dump() const { errs() << *this; } in dump()
2751 void RecordVal::print(raw_ostream &OS, bool PrintSem) const { in print()
2839 void Record::resolveReferences(Resolver &R, const RecordVal *SkipVal) { in resolveReferences()
2848 for (RecordVal &Value : Values) { in resolveReferences()
2904 const RecordVal *RV = R.getValue(TA); in operator <<()
2920 for (const RecordVal &Val : R.getValues()) in operator <<()
2923 for (const RecordVal &Val : R.getValues()) in operator <<()
2931 const RecordVal *R = getValue(FieldName); in getFieldLoc()
2939 const RecordVal *R = getValue(FieldName); in getValueInit()
2956 const RecordVal *R = getValue(FieldName); in getValueAsOptionalString()
2971 const RecordVal *R = getValue(FieldName); in getValueAsBitsInit()
2983 const RecordVal *R = getValue(FieldName); in getValueAsListInit()
3009 const RecordVal *R = getValue(FieldName); in getValueAsInt()
3055 const RecordVal *R = getValue(FieldName); in getValueAsDef()
3067 const RecordVal *R = getValue(FieldName); in getValueAsOptionalDef()
3082 const RecordVal *R = getValue(FieldName); in getValueAsBit()
3094 const RecordVal *R = getValue(FieldName); in getValueAsBitOrUnset()
3111 const RecordVal *R = getValue(FieldName); in getValueAsDag()
3150 const RecordVal *Arg = getValue(TA); in checkUnusedTemplateArgs()
3293 if (RecordVal *RV = getCurrentRecord()->getValue(VarName)) { in resolve()