Home
last modified time | relevance | path

Searched defs:CompilerInsertion (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dprovenance.h190 struct CompilerInsertion { struct
204 std::variant<Inclusion, Macro, CompilerInsertion> u; argument
/llvm-project-15.0.7/flang/lib/Parser/
H A Dprovenance.cpp289 [&](const CompilerInsertion &) { o << message << '\n'; }, in EmitMessage()
308 [offset](const CompilerInsertion &) { in GetSourceFile()
338 [](const CompilerInsertion &) -> std::optional<SourcePosition> { in GetSourcePosition()