Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DCompilerInvocation.h85 std::string moduleFileSuffix = ".mod"; variable
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsemantics.h95 const std::string &moduleFileSuffix() const { return moduleFileSuffix_; } in moduleFileSuffix() function