Searched refs:SetImportKind (Results 1 – 3 of 3) sorted by relevance
229 std::optional<parser::MessageFixedText> SetImportKind(ImportKind);
262 std::optional<parser::MessageFixedText> Scope::SetImportKind(ImportKind kind) { in SetImportKind() function in Fortran::semantics::Scope
6438 if (auto error{scope.SetImportKind(x.kind)}) { in Pre()