Home
last modified time | relevance | path

Searched refs:FindSourceLocation (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/flang/lib/Semantics/
Dcheck-coarray.cpp69 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()
Dcheck-select-rank.cpp36 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()
Dcheck-io.cpp157 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 …]
Dcheck-select-type.cpp97 context_.Say(parser::FindSourceLocation(typeSpec), in PassesChecksOnGuard()
105 *derived, parser::FindSourceLocation(typeSpec)); in PassesChecksOnGuard()
113 *derived, parser::FindSourceLocation(x)); in PassesChecksOnGuard()
Dcheck-stop.cpp22 const parser::CharBlock &source{parser::FindSourceLocation(stopCode)}; in Enter()
Dcheck-data.cpp205 parser::FindSourceLocation(dataObject)}(*expr)) { in Leave()
Dcheck-allocate.cpp114 info.typeSpecLoc = parser::FindSourceLocation(*typeSpec); in CheckAllocateOptions()
610 context.Say(parser::FindSourceLocation(*coindexedObject), in RunCoarrayRelatedChecks()
Ddata-to-inits.cpp131 parser::FindSourceLocation(designator)); in Scan()
Dexpression.cpp738 Say(FindSourceLocation(repeat), in Analyze()
/external/llvm-project/flang/include/flang/Semantics/
Dexpression.h49 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()