reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/TableGen/Record.cpp
 1354   ProfileIsAOpInit(ID, CheckType, Expr);
 1358   if (TypedInit *TI = dyn_cast<TypedInit>(Expr)) {
 1367       if (!CheckType->typeIsConvertibleTo(TI->getType()) || isa<DefInit>(Expr))
 1378   Init *NewExpr = Expr->resolveReferences(R);
 1379   if (Expr != NewExpr)
 1390           Expr->getAsString() + ")")