Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dcheck-do-forall.cpp973 if (const auto &typedCall{callStmt.typedCall}) { in Leave() local
977 const evaluate::ActualArguments &checkedArgs{typedCall->arguments()}; in Leave()
Dexpression.cpp2149 callStmt.typedCall.Reset( in Analyze()
/external/llvm-project/flang/include/flang/Parser/
Ddump-parse-tree.h800 if (asFortran_ && x.typedCall) { in AsFortran()
801 asFortran_->call(ss, *x.typedCall); in AsFortran()
Dparse-tree.h3155 typedCall; // filled by semantics member
/external/llvm-project/flang/lib/Parser/
Dunparse.cpp1662 if (asFortran_ && x.typedCall.get()) { in Unparse()
1664 asFortran_->call(out_, *x.typedCall); in Unparse()