Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Parser/
Dparsing.cpp41 ProvenanceRange range{allSources.AddCompilerInsertion(path)}; in Prescan()
Dprovenance.cpp205 ProvenanceRange AllSources::AddCompilerInsertion(std::string text) { in AddCompilerInsertion() function in Fortran::parser::AllSources
348 ProvenanceRange newCharRange{AddCompilerInsertion(std::string{ch})}; in CompilerInsertionProvenance()
439 provenanceMap_.Put(allSources.AddCompilerInsertion("(after end of source)")); in Marshal()
Dpreprocessor.cpp41 predefined, sources.AddCompilerInsertion(predefined).start()} {}
303 ProvenanceRange insert{allSources_.AddCompilerInsertion(repl)}; in MacroReplacement()
Dprescan.cpp85 TokenSequence tokens{dir, allSources_.AddCompilerInsertion(dir).start()}; in Prescan()
/external/llvm-project/flang/include/flang/Parser/
Dprovenance.h160 ProvenanceRange AddCompilerInsertion(std::string);
/external/llvm-project/flang/unittests/Evaluate/
Dintrinsics.cpp25 cooked_.PutProvenance(allSources_.AddCompilerInsertion(s)); in Save()