Home
last modified time | relevance | path

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

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