OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:skipWhitespace
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
CommentLexer.cpp
210
const char *
skipWhitespace
(const char *BufferPtr, const char *BufferEnd) {
219
return
skipWhitespace
(BufferPtr, BufferEnd) == BufferEnd;
644
BufferPtr =
skipWhitespace
(BufferPtr, CommentEnd);
700
BufferPtr =
skipWhitespace
(BufferPtr, CommentEnd);
717
const char *TagNameBegin =
skipWhitespace
(BufferPtr + 2, CommentEnd);
725
const char *End =
skipWhitespace
(TagNameEnd, CommentEnd);
/src/external/apache2/llvm/dist/clang/lib/Lex/
DependencyDirectivesSourceMinimizer.cpp
449
static void
skipWhitespace
(const char *&First, const char *const End) {
494
skipWhitespace
(First, End);
518
skipWhitespace
(First, End); // Skip initial whitespace.
581
skipWhitespace
(First, End);
604
skipWhitespace
(First, End);
625
skipWhitespace
(First, End);
641
skipWhitespace
(First, End);
655
skipWhitespace
(First, End);
691
skipWhitespace
(First, End);
712
skipWhitespace
(Last, End)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/MIRParser/
MILexer.cpp
87
static Cursor
skipWhitespace
(Cursor C) {
705
auto C = skipComment(
skipWhitespace
(Cursor(Source)));
Completed in 24 milliseconds
Indexes created Wed Aug 19 00:25:20 UTC 2026