Home
last modified time | relevance | path

Searched defs:sourceLocation (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dcall.h133 std::optional<parser::CharBlock> sourceLocation() const { in sourceLocation() function
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-do-forall.cpp467 void SayBadDoControl(parser::CharBlock sourceLocation) { in SayBadDoControl()
471 void CheckDoControl(const parser::CharBlock &sourceLocation, bool isReal) { in CheckDoControl()
484 const parser::CharBlock &sourceLocation{scalarName.thing.source}; in CheckDoVariable() local