Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Parser/
Dprovenance.cpp276 [&](const CompilerInsertion &) { o << message << '\n'; }, in EmitMessage() argument
294 [offset](const CompilerInsertion &) { in GetSourceFile() argument
379 : u{CompilerInsertion{text}}, covers{r} {} in Origin()
388 [n](const CompilerInsertion &ins) -> const char & { in operator []()
495 [&](const CompilerInsertion &ins) { in Dump()
/external/llvm-project/flang/include/flang/Parser/
Dprovenance.h189 struct CompilerInsertion { struct
203 std::variant<Inclusion, Macro, CompilerInsertion> u; argument