Home
last modified time | relevance | path

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

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