Home | History | Annotate | Download | only in Frontend

Lines Matching defs:Input

1676     const FrontendInputFile &Input = Invocation->getFrontendOpts().Inputs[0];
1677 if (Input.isFile())
1678 return Input.getFile();
1680 return Input.getBuffer()->getBufferIdentifier();