Searched refs:currentStatementSourcePosition_ (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/flang/lib/Semantics/ |
D | check-do-forall.cpp | 96 currentStatementSourcePosition_ = statement.source; in Pre() 104 currentStatementSourcePosition_ = stmt.source; in Pre() 170 context_.SayWithDecl(entity, currentStatementSourcePosition_, in SayDeallocateWithImpureFinal() 239 currentStatementSourcePosition_, entity, reason); in Post() 266 .Say(currentStatementSourcePosition_, in Post() 278 SayWithDo(context_, currentStatementSourcePosition_, in Post() 285 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 [all …]
|
D | check-coarray.cpp | 30 currentStatementSourcePosition_ = statement.source; in Pre() 40 .Say(currentStatementSourcePosition_, in Post() 47 .Say(currentStatementSourcePosition_, in Post() 61 parser::CharBlock currentStatementSourcePosition_; member in Fortran::semantics::CriticalBodyEnforce
|
D | check-directive-structure.h | 45 currentStatementSourcePosition_ = statement.source; in Pre() 64 .Say(currentStatementSourcePosition_, in EmitBranchOutError() 74 .Say(currentStatementSourcePosition_, in EmitBranchOutErrorWithName() 102 parser::CharBlock currentStatementSourcePosition_; variable
|
D | tools.cpp | 1347 SayWithConstruct(context_, currentStatementSourcePosition_, in checkLabelUse()
|
/external/llvm-project/flang/include/flang/Semantics/ |
D | tools.h | 522 currentStatementSourcePosition_ = statement.source; in Pre() 542 parser::CharBlock currentStatementSourcePosition_{nullptr};
|