Searched defs:PrevHintEndCol (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Support/
H A DSourceMgr.cpp251 size_t PrevHintEndCol = 0; local
282 if (HintCol < PrevHintEndCol)
283 HintCol = PrevHintEndCol + 1;
299 PrevHintEndCol = LastColumnModified;

Completed in 121 milliseconds