Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dcheck-do-forall.cpp482 void CheckDoVariable(const parser::ScalarName &scalarName) { in CheckDoVariable() argument
483 const parser::CharBlock &sourceLocation{scalarName.thing.source}; in CheckDoVariable()
484 if (const Symbol * symbol{scalarName.thing.symbol}) { in CheckDoVariable()