Home
last modified time | relevance | path

Searched refs:getStartingSourceLoc (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Lower/
H A DPFTBuilder.h607 parser::CharBlock getStartingSourceLoc() const;
700 parser::CharBlock getStartingSourceLoc() const;
/llvm-project-15.0.7/flang/lib/Lower/
H A DPFTBuilder.cpp1637 Fortran::lower::pft::FunctionLikeUnit::getStartingSourceLoc() const { in getStartingSourceLoc() function in Fortran::lower::pft::FunctionLikeUnit
1667 Fortran::lower::pft::ModuleLikeUnit::getStartingSourceLoc() const { in getStartingSourceLoc() function in Fortran::lower::pft::ModuleLikeUnit
H A DBridge.cpp246 setCurrentPosition(funit.getStartingSourceLoc()); in declareFunction()
2917 setCurrentPosition(funit.getStartingSourceLoc()); in lowerFunc()
2934 setCurrentPosition(mod.getStartingSourceLoc()); in lowerModuleDeclScope()
H A DCallInterface.cpp353 return converter.genLocation(funit.getStartingSourceLoc()); in getCalleeLocation()