Searched refs:getSourceLine (Results 1 – 4 of 4) sorted by relevance
308 StringRef getSourceLine() const { in getSourceLine() function942 unsigned EndColNo = map.getSourceLine().size(); in highlightRange()962 while (StartColNo < map.getSourceLine().size() && in highlightRange()963 (map.getSourceLine()[StartColNo] == ' ' || in highlightRange()964 map.getSourceLine()[StartColNo] == '\t')) in highlightRange()968 if (EndColNo > map.getSourceLine().size()) in highlightRange()969 EndColNo = map.getSourceLine().size(); in highlightRange()971 (map.getSourceLine()[EndColNo-1] == ' ' || in highlightRange()972 map.getSourceLine()[EndColNo-1] == '\t')) in highlightRange()981 assert(StartColNo <= map.getSourceLine().size() && "Invalid range!"); in highlightRange()[all …]
109 public int getSourceLine() { in getSourceLine() method in LineNumberGen
157 public int getSourceLine( final int pos ) { in getSourceLine() method in LineNumberTable
218 put(ih, ".line " + ln.getSourceLine()); in visitCode()