Home | History | Annotate | Download | only in Serialization

Lines Matching refs:InputFile

920     InputFile IF = getInputFile(*F, InputID);
1529 InputFile ASTReader::getInputFile(ModuleFile &F, unsigned ID, bool Complain) {
1532 return InputFile();
1587 return InputFile();
1624 InputFile IF = InputFile(File, Overridden, IsOutOfDate);
1632 return InputFile();
1704 InputFile IF = getInputFile(F, I+1, Complain);
3527 // FIXME: Re-evaluate this section; maybe only store InputFile IDs instead
3542 // FIXME: Re-evaluate this section; maybe only store InputFile IDs instead