OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FileEnd
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Rewrite/Core/
HTMLRewrite.cpp
111
const char*
FileEnd
= Buf->getBufferEnd();
113
assert (C <=
FileEnd
);
118
for (unsigned FilePos = 0; C !=
FileEnd
; ++C, ++FilePos) {
230
const char*
FileEnd
= Buf->getBufferEnd();
234
assert (C <=
FileEnd
);
239
while (C !=
FileEnd
) {
243
unsigned LineEndPos =
FileEnd
- FileBeg;
246
assert (C <
FileEnd
);
250
while (C !=
FileEnd
) {
267
RB.InsertTextAfter(
FileEnd
- FileBeg, "</table>")
[
all
...]
/external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp
297
const char*
FileEnd
= Buf->getBufferEnd();
298
while (*LineEnd != '\n' && LineEnd !=
FileEnd
)
Completed in 628 milliseconds