Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp641 void ApplyImplicitRules(Symbol &, bool allowForwardReference = false);
2350 Symbol &symbol, bool allowForwardReference) { in ApplyImplicitRules() argument
2373 if (allowForwardReference && ImplicitlyTypeForwardRef(symbol)) { in ApplyImplicitRules()