Home
last modified time | relevance | path

Searched refs:SetImportKind (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dscope.h229 std::optional<parser::MessageFixedText> SetImportKind(ImportKind);
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dscope.cpp262 std::optional<parser::MessageFixedText> Scope::SetImportKind(ImportKind kind) { in SetImportKind() function in Fortran::semantics::Scope
H A Dresolve-names.cpp6438 if (auto error{scope.SetImportKind(x.kind)}) { in Pre()