Home | History | Annotate | Download | only in Frontend

Lines Matching defs:source

5 // This file is distributed under the University of Illinois Open Source
191 assert(!Instance && "Already processing a source file!");
218 // Inform the diagnostic client we are processing a source file.
252 // Set up the file and source managers, if needed.
263 // Inform the diagnostic client we are processing a source file.
311 // preprocessor of the original source is reused.
315 // Inform the diagnostic client we are processing a source file.
347 IntrusiveRefCntPtr<ExternalSemaSource> source, FinalReader;
348 source = createChainedIncludesSource(CI, FinalReader);
349 if (!source)
352 CI.getASTContext().setExternalSource(source);
386 // source.
392 // extended by an external source.
400 // source.
402 "modules enabled but created an external source that "
420 // If there is a layout overrides file, attach an external AST source that
476 // Inform the diagnostic client we are done with this source file.
543 // here so the source manager would be initialized.