Searched refs:FindSourceLocation (Results 1 – 10 of 10) sorted by relevance
/external/llvm-project/flang/lib/Semantics/ |
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()
|
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()
|
D | check-io.cpp | 157 CheckStringValue(specKind, *charConst, parser::FindSourceLocation(spec)); in Enter() 160 context_.Say(parser::FindSourceLocation(spec), in Enter() 178 context_.Say(parser::FindSourceLocation(spec), in Enter() 462 parser::FindSourceLocation(spec)); // C1223 in Enter() 499 CheckStringValue(specKind, *charConst, parser::FindSourceLocation(spec)); in Enter() 523 context_.Say(parser::FindSourceLocation(*var), // C1201 in Enter() 527 context_.Say(parser::FindSourceLocation(*var), // C1202 in Enter() 554 context_.Say(parser::FindSourceLocation(*x), in Enter() 574 IoSpecKind::Status, *charConst, parser::FindSourceLocation(spec)); in Enter() 579 context_.Say(parser::FindSourceLocation(spec), in Enter() [all …]
|
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()
|
D | check-stop.cpp | 22 const parser::CharBlock &source{parser::FindSourceLocation(stopCode)}; in Enter()
|
D | check-data.cpp | 205 parser::FindSourceLocation(dataObject)}(*expr)) { in Leave()
|
D | check-allocate.cpp | 114 info.typeSpecLoc = parser::FindSourceLocation(*typeSpec); in CheckAllocateOptions() 610 context.Say(parser::FindSourceLocation(*coindexedObject), in RunCoarrayRelatedChecks()
|
D | data-to-inits.cpp | 131 parser::FindSourceLocation(designator)); in Scan()
|
D | expression.cpp | 738 Say(FindSourceLocation(repeat), in Analyze()
|
/external/llvm-project/flang/include/flang/Semantics/ |
D | expression.h | 49 template <typename A> CharBlock FindSourceLocation(const A &x) { in FindSourceLocation() function 125 return Say(parser::FindSourceLocation(parsed), std::forward<A>(args)...); in SayAt() 187 GetFoldingContext().messages().SetLocation(FindSourceLocation(x))}; in Analyze() 205 parser::FindSourceLocation(x), result, TypeCategory::Integer)) { in Analyze() 214 parser::FindSourceLocation(x), result, TypeCategory::Logical)) { in Analyze() 222 if (!EnforceTypeConstraint(parser::FindSourceLocation(x), result, in Analyze()
|