Searched refs:lastLocation (Results 1 – 10 of 10) sorted by relevance
64 : lastLocation( in Lexer()94 Location getLastLocation() { return lastLocation; } in getLastLocation()134 lastLocation.line = curLineNum; in getTok()135 lastLocation.col = curCol; in getTok()190 Location lastLocation; variable
63 : lastLocation( in Lexer()93 Location getLastLocation() { return lastLocation; } in getLastLocation()133 lastLocation.line = curLineNum; in getTok()134 lastLocation.col = curCol; in getTok()187 Location lastLocation; variable
125 static Location lastLocation; in emitPrintLocation() local131 if(currLocation != lastLocation) in emitPrintLocation()134 lastLocation = std::move(currLocation); in emitPrintLocation()
69 Location lastLocation = null; in checkNumberOfInvocationsNonGreedy() local73 …InvocationsInOrder(new Discrepancy(wantedCount, actualCount), wanted, Arrays.asList(lastLocation)); in checkNumberOfInvocationsNonGreedy()77 lastLocation = next.getLocation(); in checkNumberOfInvocationsNonGreedy()
157 int lastLocation = mPreferences.getInt("lasteditpos." + mScript, -1); in onCreate() local158 if (lastLocation >= 0) { in onCreate()160 mContentText.setSelection(lastLocation); in onCreate()