Exemplo n.º 1
0
Argument::Argument(StringRef Key, CanType Ty) : Key(Key) {
  llvm::raw_string_ostream OS(Val);
  Ty.print(OS);
}