Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dexpression.cpp1681 auto nextAnonymous{components.begin()}; in Analyze() local
1723 if (nextAnonymous == components.begin() && parentComponent && in Analyze()
1730 nextAnonymous = ++iter; in Analyze()
1739 while (!symbol && nextAnonymous != components.end()) { in Analyze()
1740 const Symbol &next{*nextAnonymous}; in Analyze()
1741 ++nextAnonymous; in Analyze()