Searched refs:srcName_ (Results 1 – 3 of 3) sorted by relevance
34 srcName_ = std::make_shared<std::string>(sourceName); in Initialize()43 src_.open(srcName_->c_str(), std::ifstream::binary); in Initialize()45 Logger().Error() << "Failed to open source file: " << srcName_->data(); in Initialize()220 return srcName_; in GetSourceName()243 token.src = srcName_; in InitToken()
75 std::shared_ptr<std::string> srcName_; variable
73 this.srcName_ = sourceName;193 token.src = this.srcName_;