reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
538 Record *Result = Records.getClass(Lex.getCurStrVal()); 540 std::string Msg("Couldn't find class '" + Lex.getCurStrVal() + "'"); 541 if (MultiClasses[Lex.getCurStrVal()].get()) 543 Lex.getCurStrVal() + "'"); 563 MultiClass *Result = MultiClasses[Lex.getCurStrVal()].get(); 565 TokError("Couldn't find multiclass '" + Lex.getCurStrVal() + "'"); 1267 Init *LHS = StringInit::get(Lex.getCurStrVal()); 1563 Init *A = StringInit::get(Lex.getCurStrVal()); 1581 Init *B = StringInit::get(Lex.getCurStrVal()); 1794 std::string Val = Lex.getCurStrVal(); 1799 Val += Lex.getCurStrVal(); 1807 R = CodeInit::get(Lex.getCurStrVal(), Lex.getLoc()); 1816 StringInit *Name = StringInit::get(Lex.getCurStrVal()); 2042 OperatorName = StringInit::get(Lex.getCurStrVal()); 2165 StringInit *FieldName = StringInit::get(Lex.getCurStrVal()); 2167 TokError("Cannot access field '" + Lex.getCurStrVal() + "' of value '" + 2273 StringInit *VarName = StringInit::get(Lex.getCurStrVal()); 2292 VarName = StringInit::get(Lex.getCurStrVal()); 2386 std::string Str = Lex.getCurStrVal(); 2440 Init *DeclName = StringInit::get(Lex.getCurStrVal()); 2574 StringInit *FieldName = StringInit::get(Lex.getCurStrVal()); 2735 StringInit *DeclName = StringInit::get(Lex.getCurStrVal()); 2826 Record *CurRec = Records.getClass(Lex.getCurStrVal()); 2837 std::make_unique<Record>(Lex.getCurStrVal(), Lex.getLoc(), Records, 2866 StringInit *Name = StringInit::get(Lex.getCurStrVal()); 2962 std::string Name = Lex.getCurStrVal(); 3119 InheritFromClass = (Records.getClass(Lex.getCurStrVal()) != nullptr);