Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Rewrite/
H A DRewriter.cpp48 static inline bool isWhitespaceExceptNL(unsigned char c) { in isWhitespaceExceptNL() function
93 while (posI != end() && isWhitespaceExceptNL(*posI)) { in RemoveText()
275 while (isWhitespaceExceptNL(MB[i])) in InsertText()
382 while (isWhitespaceExceptNL(MB[i])) in IncreaseIndentation()
387 while (isWhitespaceExceptNL(MB[i])) in IncreaseIndentation()
403 while (isWhitespaceExceptNL(MB[i])) in IncreaseIndentation()