Home
last modified time | relevance | path

Searched refs:skipWhitespace (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Doptions_parser.cpp60 void skipWhitespace();
80 void OptionParser::skipWhitespace() { in skipWhitespace() function in __anone23ff92f0111::OptionParser
120 skipWhitespace(); in parseOptions()
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dflags_parser.cpp58 void FlagParser::skipWhitespace() { in skipWhitespace()
91 skipWhitespace(); in parseFlags()
56 void FlagParser::skipWhitespace() { skipWhitespace() function in scudo::FlagParser
H A Dflags_parser.h46 void skipWhitespace();
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp191 const char *skipWhitespace(const char *BufferPtr, const char *BufferEnd) { in skipWhitespace() function
209 return skipWhitespace(BufferPtr, BufferEnd) == BufferEnd; in isWhitespace()
745 const char *TagNameBegin = skipWhitespace(BufferPtr + 2, CommentEnd); in setupAndLexHTMLEndTag()
753 const char *End = skipWhitespace(TagNameEnd, CommentEnd); in setupAndLexHTMLEndTag()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp504 static void skipWhitespace(const char *&First, const char *const End) { in skipWhitespace() function
564 skipWhitespace(First, End); in lexModuleDirectiveBody()
713 skipWhitespace(First, End); in lexModule()
887 skipWhitespace(First, End); in lexPPLine()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp85 static Cursor skipWhitespace(Cursor C) { in skipWhitespace() function
723 auto C = skipComment(skipWhitespace(Cursor(Source))); in lexMIToken()
729 C = skipWhitespace(skipMachineOperandComment(C)); in lexMIToken()
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp510 static unsigned skipWhitespace(unsigned Idx, StringRef Str, unsigned Length) { in skipWhitespace() function
615 WordStart = skipWhitespace(WordStart, Str, Length); in printWordWrapped()