Home
last modified time | relevance | path

Searched refs:AddCompilerInsertion (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/flang/lib/Parser/
H A Dprovenance.cpp218 ProvenanceRange AllSources::AddCompilerInsertion(std::string text) { in AddCompilerInsertion() function in Fortran::parser::AllSources
370 ProvenanceRange newCharRange{AddCompilerInsertion(std::string{ch})}; in CompilerInsertionProvenance()
465 provenanceMap_.Put(allCookedSources.allSources().AddCompilerInsertion( in Marshal()
H A Dparsing.cpp46 ProvenanceRange range{allSources.AddCompilerInsertion(path)}; in Prescan()
H A Dpreprocessor.cpp41 predefined, sources.AddCompilerInsertion(predefined).start()} {}
305 ProvenanceRange insert{allSources_.AddCompilerInsertion(repl)}; in MacroReplacement()
H A Dprescan.cpp85 TokenSequence tokens{dir, allSources_.AddCompilerInsertion(dir).start()}; in Prescan()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dprovenance.h162 ProvenanceRange AddCompilerInsertion(std::string);
/llvm-project-15.0.7/flang/unittests/Evaluate/
H A Dintrinsics.cpp26 cooked_.PutProvenance(allSources_.AddCompilerInsertion(s)); in Save()