| 71 | std::string SourceAnalysisReport::getSrcBaseDir() const { return SrcBaseDir; } |
| 72 | |
| 73 | void SourceAnalysisReport::setMainFuncLoc(const Location &Loc) { |
| 74 | MainFuncLoc = Loc; |
| 75 | } |
| 76 | |
| 77 | void SourceAnalysisReport::setSrcBaseDir(const std::string &SrcBaseDir) { |
| 78 | this->SrcBaseDir = SrcBaseDir; |