Lines Matching refs:allSources_
236 Preprocessor::Preprocessor(AllSources &allSources) : allSources_{allSources} {} in Preprocessor()
251 definitions_.emplace(SaveTokenAsName(macro), Definition{value, allSources_}); in Define()
297 allSources_.GetPath(prescanner.GetCurrentProvenance()) + '"'; in MacroReplacement()
301 ss << allSources_.GetLineNumber(prescanner.GetCurrentProvenance()); in MacroReplacement()
305 ProvenanceRange insert{allSources_.AddCompilerInsertion(repl)}; in MacroReplacement()
306 ProvenanceRange call{allSources_.AddMacroCall( in MacroReplacement()
320 allSources_.AddMacroCall(from, use, replaced.ToString())}; in MacroReplacement()
382 allSources_.AddMacroCall(from, use, replaced.ToString())}; in MacroReplacement()
610 if (const auto *currentFile{allSources_.GetSourceFile(prov)}) { in Directive()
631 allSources_.Open(include, error, std::move(prependPath))}; in Directive()
637 allSources_.AddIncludedFile(*included, dir.GetProvenanceRange())}; in Directive()
1075 expr2.Put(&truth, 1, allSources_.CompilerInsertionProvenance(truth)); in IsIfPredicateTrue()