Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DCharInfo.h70 LLVM_READONLY inline bool isHorizontalWhitespace(unsigned char c) { in isHorizontalWhitespace() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/
DDependencyDirectivesSourceMinimizer.cpp118 while (First != End && isHorizontalWhitespace(*First)) in skipOverSpaces()
268 while (First != Last && isHorizontalWhitespace(Last[-1])) in findLastNonSpace()
278 assert(isHorizontalWhitespace(LastNonSpace[0])); in findFirstTrailingSpace()
DLexer.cpp1083 while (Str > BufferStart && isHorizontalWhitespace(*Str)) in isNewLineEscaped()
1301 while (isHorizontalWhitespace(C)) { in findLocationAfterToken()
2231 while (isHorizontalWhitespace(Char)) in SkipWhitespace()
2319 while (isHorizontalWhitespace(*EscapePtr)) { // Skip whitespace. in SkipLineComment()
2481 while (isHorizontalWhitespace(*CurPtr) || *CurPtr == 0) { in isEndOfBlockCommentWithEscapedNewLine()
2696 if (isHorizontalWhitespace(*CurPtr)) { in SkipBlockComment()
3245 if (isHorizontalWhitespace(*CurPtr)) { in LexTokenInternal()
3248 } while (isHorizontalWhitespace(*CurPtr)); in LexTokenInternal()
3365 } else if (isHorizontalWhitespace(*CurPtr)) { in LexTokenInternal()
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DCommentLexer.cpp108 while (isHorizontalWhitespace(C)) { in skipLineStartingDecorations()
250 while(isHorizontalWhitespace(*EscapePtr)) in findBCPLCommentEnd()
DRawCommentList.cpp96 if (!isHorizontalWhitespace(C)) in onlyWhitespaceOnLineBefore()
/freebsd-12-stable/contrib/llvm-project/clang/lib/Tooling/Transformer/
DSourceCode.cpp272 while (isHorizontalWhitespace(LocChars[i])) in skipWhitespaceAndNewline()