Searched refs:skipWhitespace (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/optional/ |
| H A D | options_parser.cpp | 60 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 D | flags_parser.cpp | 58 void FlagParser::skipWhitespace() { in skipWhitespace() 91 skipWhitespace(); in parseFlags() 56 void FlagParser::skipWhitespace() { skipWhitespace() function in scudo::FlagParser
|
| H A D | flags_parser.h | 46 void skipWhitespace();
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | CommentLexer.cpp | 191 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 D | DependencyDirectivesScanner.cpp | 504 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 D | MILexer.cpp | 85 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 D | TextDiagnostic.cpp | 510 static unsigned skipWhitespace(unsigned Idx, StringRef Str, unsigned Length) { in skipWhitespace() function 615 WordStart = skipWhitespace(WordStart, Str, Length); in printWordWrapped()
|