OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:endInfo
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Lex/
MacroInfo.cpp
54
endInfo
= SM.getDecomposedExpansionLoc(macroEnd);
55
assert(startInfo.first ==
endInfo
.first &&
57
assert(startInfo.second <=
endInfo
.second);
58
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 1321 milliseconds