Searched refs:IsSubprogram (Results 1 – 5 of 5) sorted by relevance
54 IsSubprogram, enumerator178 KIND_1(LVScopeKind, IsSubprogram, IsFunction);
413 bool Symbol::IsSubprogram() const { in IsSubprogram() function in Fortran::semantics::Symbol 419 [](const UseDetails &x) { return x.symbol().IsSubprogram(); }, in IsSubprogram()
292 return IsVariableListItem(sym) || sym.IsSubprogram(); in HasInvalidDistributeNesting() 1404 if (name->symbol->GetUltimate().IsSubprogram()) {
360 clEnumValN(LVScopeKind::IsSubprogram, "Subprogram", "Subprogram."),
830 bool IsSubprogram() const; in HasExplicitInterface()