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

  /external/clang/lib/Lex/
MacroInfo.cpp 53 endInfo = SM.getDecomposedExpansionLoc(macroEnd);
54 assert(startInfo.first == endInfo.first &&
56 assert(startInfo.second <= endInfo.second);
57 DefinitionLength = endInfo.second - startInfo.second;
  /external/clang/lib/Edit/
Commit.cpp 312 std::pair<FileID, unsigned> endInfo = SM.getDecomposedLoc(range.getEnd());
313 if (beginInfo.first != endInfo.first ||
314 beginInfo.second > endInfo.second)
318 Len = endInfo.second - beginInfo.second;

Completed in 148 milliseconds