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

/external/llvm/lib/Support/
H A DSourceMgr.cpp259 size_t PrevHintEndCol = 0; local
290 if (HintCol < PrevHintEndCol)
291 HintCol = PrevHintEndCol + 1;
307 PrevHintEndCol = LastColumnModified;

Completed in 68 milliseconds