Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-do-forall.cpp96 currentStatementSourcePosition_ = statement.source; in Pre()
104 currentStatementSourcePosition_ = stmt.source; in Pre()
265 .Say(currentStatementSourcePosition_, in Post()
277 SayWithDo(context_, currentStatementSourcePosition_, in Post()
296 SayWithDo(context_, currentStatementSourcePosition_, in Post()
310 SayWithDo(context_, currentStatementSourcePosition_, in Post()
329 parser::CharBlock currentStatementSourcePosition_; member in Fortran::semantics::DoConcurrentBodyEnforce
533 currentStatementSourcePosition_ = doStmt.source; in CheckDoConcurrent()
649 context_.Say(currentStatementSourcePosition_, in CheckDefaultNoneImpliesExplicitLocality()
658 context_, currentStatementSourcePosition_}; in CheckDefaultNoneImpliesExplicitLocality()
[all …]
H A Dcheck-coarray.cpp30 currentStatementSourcePosition_ = statement.source; in Pre()
40 .Say(currentStatementSourcePosition_, in Post()
47 .Say(currentStatementSourcePosition_, in Post()
61 parser::CharBlock currentStatementSourcePosition_; member in Fortran::semantics::CriticalBodyEnforce
H A Dcheck-directive-structure.h44 currentStatementSourcePosition_ = statement.source; in Pre()
91 .Say(currentStatementSourcePosition_, in EmitBranchOutError()
99 .Say(currentStatementSourcePosition_, in EmitUnlabelledBranchOutError()
109 .Say(currentStatementSourcePosition_, in EmitBranchOutErrorWithName()
148 parser::CharBlock currentStatementSourcePosition_; variable
H A Dtools.cpp1454 SayWithConstruct(context_, currentStatementSourcePosition_, in checkLabelUse()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtools.h570 currentStatementSourcePosition_ = statement.source; in Pre()
590 parser::CharBlock currentStatementSourcePosition_{nullptr};