HomeSort by relevance Sort by last modified time
    Searched refs:LastColumnModified (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Support/
SourceMgr.cpp 300 unsigned LastColumnModified = HintCol + I->getText().size();
301 if (LastColumnModified > FixItLine.size())
302 FixItLine.resize(LastColumnModified, ' ');
307 PrevHintEndCol = LastColumnModified;
  /external/clang/lib/Frontend/
TextDiagnostic.cpp     [all...]

Completed in 35 milliseconds