Lines Matching defs:source
5 // This file is distributed under the University of Illinois Open Source
164 assert(!Instance && "Already processing a source file!");
191 // Inform the diagnostic client we are processing a source file.
214 // Set up the file and source managers, if needed.
225 // Inform the diagnostic client we are processing a source file.
270 // Inform the diagnostic client we are processing a source file.
295 OwningPtr<ExternalASTSource> source;
296 source.reset(ChainedIncludesSource::create(CI));
297 if (!source)
299 CI.getASTContext().setExternalSource(source);
327 // source.
334 // If there is a layout overrides file, attach an external AST source that
395 // Inform the diagnostic client we are done with this source file.
456 // here so the source manager would be initialized.