Home | History | Annotate | Download | only in Frontend

Lines Matching defs:Input

1722     const FrontendInputFile &Input = Invocation->getFrontendOpts().Inputs[0];
1723 if (Input.isFile())
1724 return Input.getFile();
1726 return Input.getBuffer()->getBufferIdentifier();