Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A 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()
H A 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()
H A Dcheck-io.cpp167 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 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()
H A Dcheck-stop.cpp22 const parser::CharBlock &source{parser::FindSourceLocation(stopCode)}; in Enter()
H A Dcheck-allocate.cpp114 info.typeSpecLoc = parser::FindSourceLocation(*typeSpec); in CheckAllocateOptions()
610 context.Say(parser::FindSourceLocation(*coindexedObject), in RunCoarrayRelatedChecks()
H A Dcheck-data.cpp216 parser::FindSourceLocation(dataObject)}(*expr)) { in Leave()
H A Dcheck-omp-structure.cpp550 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 Ddata-to-inits.cpp157 parser::FindSourceLocation(designator)); in Scan()
H A Dexpression.cpp842 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 Dexpression.h50 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 DBridge.cpp2965 setCurrentPosition(Fortran::parser::FindSourceLocation(parseTreeNode)); in setCurrentPositionAt()