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

  /external/llvm/lib/TableGen/
StringMatcher.cpp 39 /// same length and whose characters leading up to CharNo are the same, emit
40 /// code to verify that CharNo and later are the same.
45 unsigned CharNo, unsigned IndentCount) const {
51 if (CharNo == Matches[0]->first.size()) {
73 MatchesByLetter[Matches[i]->first[CharNo]].push_back(Matches[i]);
80 unsigned NumChars = FirstNonCommonLetter-CharNo;
86 OS << Indent << "if (" << StrVariableName << "[" << CharNo << "] != '"
87 << Matches[0]->first[CharNo] << "')\n";
92 OS << Indent << "if (memcmp(" << StrVariableName << ".data()+" << CharNo
93 << ", \"" << Matches[0]->first.substr(CharNo, NumChars) << "\",
    [all...]
  /external/llvm/include/llvm/TableGen/
StringMatcher.h 49 unsigned CharNo, unsigned IndentCount) const;
  /external/clang/include/clang/AST/
CommentLexer.h 308 const unsigned CharNo = Loc - BufferStart;
309 return FileLoc.getLocWithOffset(CharNo);
  /external/clang/lib/AST/
CommentParser.cpp 69 const unsigned CharNo = Pos.BufferPtr - Pos.BufferStart;
70 return Pos.BufferStartLoc.getLocWithOffset(CharNo);

Completed in 256 milliseconds