Searched refs:getSourceLine (Results 1 – 1 of 1) sorted by relevance
306 StringRef getSourceLine() const { in getSourceLine() function945 unsigned EndColNo = map.getSourceLine().size(); in highlightRange()965 while (StartColNo < map.getSourceLine().size() && in highlightRange()966 (map.getSourceLine()[StartColNo] == ' ' || in highlightRange()967 map.getSourceLine()[StartColNo] == '\t')) in highlightRange()971 if (EndColNo > map.getSourceLine().size()) in highlightRange()972 EndColNo = map.getSourceLine().size(); in highlightRange()974 (map.getSourceLine()[EndColNo-1] == ' ' || in highlightRange()975 map.getSourceLine()[EndColNo-1] == '\t')) in highlightRange()984 assert(StartColNo <= map.getSourceLine().size() && "Invalid range!"); in highlightRange()[all …]