Home
last modified time | relevance | path

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

/external/clang/lib/Rewrite/
DRewriter.cpp36 static inline bool isWhitespaceExceptNL(unsigned char c) { in isWhitespaceExceptNL() function
81 while (posI != end() && isWhitespaceExceptNL(*posI)) { in RemoveText()
257 while (isWhitespaceExceptNL(MB[i])) in InsertText()
364 while (isWhitespaceExceptNL(MB[i])) in IncreaseIndentation()
369 while (isWhitespaceExceptNL(MB[i])) in IncreaseIndentation()
385 while (isWhitespaceExceptNL(MB[i])) in IncreaseIndentation()