Lines Matching defs:genLocation
720 mlir::Location loc = genLocation(sym.name());
865 mlir::Location loc = genLocation(sym.name());
971 static mlir::Location genLocation(Fortran::parser::SourcePosition pos,
981 genLocation(const Fortran::parser::CharBlock &block) override final {
989 mainLocation = genLocation(*filePos, getMLIRContext());
1005 locs.push_back(genLocation(*incPos, getMLIRContext()));
1247 mlir::Location loc = genLocation(sym.name());
2937 mlir::Location loc = genLocation(dir.source);
3060 genLocation(Fortran::parser::FindSourceLocation(outerDoConstruct));
3065 crtLoc = genLocation(Fortran::parser::FindSourceLocation(*doCons));
3381 mlir::Location endLoc = genLocation(endPosition);
5769 return genLocation(cb);