Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp2333 static bool NeedsType(const Symbol &symbol) { in NeedsType() function
2352 if (context().HasError(symbol) || !NeedsType(symbol)) { in ApplyImplicitRules()