Home | History | Annotate | Download | only in Frontend

Lines Matching defs:Input

1707     const FrontendInputFile &Input = Invocation->getFrontendOpts().Inputs[0];
1708 if (Input.isFile())
1709 return Input.getFile();
1711 return Input.getBuffer()->getBufferIdentifier();