reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1634 assert_with_loc(SI, "Expected string type or $Name for cast type"); 1636 if (SI->getAsUnquotedString() == "R") { 1638 } else if (SI->getAsUnquotedString() == "U") { 1640 } else if (SI->getAsUnquotedString() == "S") { 1642 } else if (SI->getAsUnquotedString() == "H") { 1644 } else if (SI->getAsUnquotedString() == "D") { 1646 } else if (SI->getAsUnquotedString() == "8") { 1649 castToType = Type::fromTypedefName(SI->getAsUnquotedString());