Searched refs:getCurrentLocation (Results 1 – 3 of 3) sorted by relevance
556 v.push_back(make<SymbolAssignment>(".", moveDot, getCurrentLocation())); in readOverlay()843 script->createOutputSection(next(), getCurrentLocation()); in readOverlaySectionDescription()859 script->createOutputSection(outSec, getCurrentLocation()); in readOutputSectionDescription()867 std::string location = getCurrentLocation(); in readOutputSectionDescription()981 return make<SymbolAssignment>(".", readAssert(), getCurrentLocation()); in readAssignment()1009 std::string loc = getCurrentLocation(); in readSymbolAssignment()1012 return make<SymbolAssignment>(name, e, getCurrentLocation()); in readSymbolAssignment()1035 std::string loc = getCurrentLocation(); in combine()1044 std::string loc = getCurrentLocation(); in combine()1109 std::string location = getCurrentLocation(); in getPageSize()[all …]
36 std::string getCurrentLocation();
86 std::string ScriptLexer::getCurrentLocation() { in getCurrentLocation() function in ScriptLexer98 std::string s = (getCurrentLocation() + ": " + msg).str(); in setError()