Searched refs:getSourceLine (Results 1 – 1 of 1) sorted by relevance
308 StringRef getSourceLine() const { in getSourceLine() function934 unsigned EndColNo = map.getSourceLine().size(); in highlightRange()954 while (StartColNo < map.getSourceLine().size() && in highlightRange()955 (map.getSourceLine()[StartColNo] == ' ' || in highlightRange()956 map.getSourceLine()[StartColNo] == '\t')) in highlightRange()960 if (EndColNo > map.getSourceLine().size()) in highlightRange()961 EndColNo = map.getSourceLine().size(); in highlightRange()963 (map.getSourceLine()[EndColNo-1] == ' ' || in highlightRange()964 map.getSourceLine()[EndColNo-1] == '\t')) in highlightRange()973 assert(StartColNo <= map.getSourceLine().size() && "Invalid range!"); in highlightRange()[all …]