Home
last modified time | relevance | path

Searched defs:skipWhitespace (Results 1 – 6 of 6) sorted by relevance

/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dflags_parser.cpp58 void FlagParser::skipWhitespace() { in skipWhitespace() function in scudo::FlagParser
/llvm-project/compiler-rt/lib/gwp_asan/optional/
H A Doptions_parser.cpp80 void OptionParser::skipWhitespace() { in skipWhitespace() function in __anonbe4d66020111::OptionParser
/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp191 const char *skipWhitespace(const char *BufferPtr, const char *BufferEnd) { in skipWhitespace() function
/llvm-project/llvm/lib/CodeGen/MIRParser/
H A DMILexer.cpp85 static Cursor skipWhitespace(Cursor C) { in skipWhitespace() function
/llvm-project/clang/lib/Lex/
H A DDependencyDirectivesScanner.cpp463 static void skipWhitespace(const char *&First, const char *const End) { in skipWhitespace() function
/llvm-project/clang/lib/Frontend/
H A DTextDiagnostic.cpp512 static unsigned skipWhitespace(unsigned Idx, StringRef Str, unsigned Length) { in skipWhitespace() function