Searched refs:endInfo (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/Lex/
H A DMacroInfo.cpp77 endInfo = SM.getDecomposedExpansionLoc(macroEnd); local
78 assert(startInfo.first == endInfo.first &&
80 assert(startInfo.second <= endInfo.second);
81 DefinitionLength = endInfo.second - startInfo.second;
/openbsd-current/gnu/llvm/clang/lib/Edit/
H A DCommit.cpp313 std::pair<FileID, unsigned> endInfo = SM.getDecomposedLoc(range.getEnd()); local
314 if (beginInfo.first != endInfo.first ||
315 beginInfo.second > endInfo.second)
319 Len = endInfo.second - beginInfo.second;

Completed in 119 milliseconds