Searched refs:FindSourceLocation (Results 1 – 12 of 12) sorted by relevance
| /llvm-project-15.0.7/flang/lib/Semantics/ |
| H A D | check-coarray.cpp | 69 context.Say(parser::FindSourceLocation(x), // C1114 in CheckTeamType() 79 context.Say(parser::FindSourceLocation(var), // C931 in CheckTeamStat() 103 context_.Say(parser::FindSourceLocation(imageSelectorSpec), // C929 in Leave() 112 context_.Say(parser::FindSourceLocation(imageSelectorSpec), // C929 in Leave() 121 context_.Say(parser::FindSourceLocation(imageSelectorSpec), // C929 in Leave() 128 context_.Say(parser::FindSourceLocation(imageSelector), // C930 in Leave()
|
| H A D | check-select-rank.cpp | 36 context_.Say(parser::FindSourceLocation(selectRankStmtSel), in Leave() 43 context_.Say(parser::FindSourceLocation(selectRankStmtSel), in Leave() 45 parser::FindSourceLocation(selectRankStmtSel).ToString()); in Leave() 90 context_.Say(parser::FindSourceLocation(selectRankStmtSel), in Leave()
|
| H A D | check-io.cpp | 167 CheckStringValue(specKind, *charConst, parser::FindSourceLocation(spec)); in Enter() 170 context_.Say(parser::FindSourceLocation(spec), in Enter() 188 context_.Say(parser::FindSourceLocation(spec), in Enter() 497 parser::FindSourceLocation(spec)); // C1223 in Enter() 557 context_.Say(parser::FindSourceLocation(*var), // C1201 in Enter() 561 context_.Say(parser::FindSourceLocation(*var), // C1202 in Enter() 588 context_.Say(parser::FindSourceLocation(*x), // C7109 in Enter() 593 context_.Say(parser::FindSourceLocation(*x), in Enter() 600 parser::FindSourceLocation(item)); in Enter() 618 IoSpecKind::Status, *charConst, parser::FindSourceLocation(spec)); in Enter() [all …]
|
| H A D | check-select-type.cpp | 97 context_.Say(parser::FindSourceLocation(typeSpec), in PassesChecksOnGuard() 105 *derived, parser::FindSourceLocation(typeSpec)); in PassesChecksOnGuard() 113 *derived, parser::FindSourceLocation(x)); in PassesChecksOnGuard()
|
| H A D | check-stop.cpp | 22 const parser::CharBlock &source{parser::FindSourceLocation(stopCode)}; in Enter()
|
| H A D | check-allocate.cpp | 114 info.typeSpecLoc = parser::FindSourceLocation(*typeSpec); in CheckAllocateOptions() 610 context.Say(parser::FindSourceLocation(*coindexedObject), in RunCoarrayRelatedChecks()
|
| H A D | check-data.cpp | 216 parser::FindSourceLocation(dataObject)}(*expr)) { in Leave()
|
| H A D | check-omp-structure.cpp | 550 context_.Say(parser::FindSourceLocation(c), in CheckSIMDNest() 597 context_.Say(parser::FindSourceLocation(c), in CheckTargetNest() 708 context_.Say(parser::FindSourceLocation(x), in CheckDistLinear() 763 context_.Say(parser::FindSourceLocation(x), in Enter() 812 context_.Say(parser::FindSourceLocation(x), in CheckMasterNesting() 1143 context_.Say(parser::FindSourceLocation(x), in CheckBarrierNesting() 1268 context_.Say(parser::FindSourceLocation(flushList), in Leave()
|
| H A D | data-to-inits.cpp | 157 parser::FindSourceLocation(designator)); in Scan()
|
| H A D | expression.cpp | 842 Say(FindSourceLocation(repeat), in Analyze() 3151 return ExprOrVariable(x, parser::FindSourceLocation(x)); in Analyze() 3155 return ExprOrVariable(x, parser::FindSourceLocation(x)); in Analyze()
|
| /llvm-project-15.0.7/flang/include/flang/Semantics/ |
| H A D | expression.h | 50 template <typename A> CharBlock FindSourceLocation(const A &x) { in FindSourceLocation() function 127 return Say(parser::FindSourceLocation(parsed), std::forward<A>(args)...); in SayAt() 192 GetFoldingContext().messages().SetLocation(FindSourceLocation(x))}; in Analyze() 210 parser::FindSourceLocation(x), result, TypeCategory::Integer)) { in Analyze() 219 parser::FindSourceLocation(x), result, TypeCategory::Logical)) { in Analyze() 227 if (!EnforceTypeConstraint(parser::FindSourceLocation(x), result, in Analyze()
|
| /llvm-project-15.0.7/flang/lib/Lower/ |
| H A D | Bridge.cpp | 2965 setCurrentPosition(Fortran::parser::FindSourceLocation(parseTreeNode)); in setCurrentPositionAt()
|