Home
last modified time | relevance | path

Searched refs:IsSubprogram (Results 1 – 5 of 5) sorted by relevance

/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVScope.h54 IsSubprogram, enumerator
178 KIND_1(LVScopeKind, IsSubprogram, IsFunction);
/llvm-project/flang/lib/Semantics/
H A Dsymbol.cpp413 bool Symbol::IsSubprogram() const { in IsSubprogram() function in Fortran::semantics::Symbol
419 [](const UseDetails &x) { return x.symbol().IsSubprogram(); }, in IsSubprogram()
H A Dcheck-omp-structure.cpp292 return IsVariableListItem(sym) || sym.IsSubprogram(); in HasInvalidDistributeNesting()
1404 if (name->symbol->GetUltimate().IsSubprogram()) {
/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp360 clEnumValN(LVScopeKind::IsSubprogram, "Subprogram", "Subprogram."),
/llvm-project/flang/include/flang/Semantics/
H A Dsymbol.h830 bool IsSubprogram() const; in HasExplicitInterface()