Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCharInfo.h91 LLVM_READONLY inline bool isHorizontalWhitespace(unsigned char c) { in isHorizontalWhitespace() function
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1152 while (Str > BufferStart && isHorizontalWhitespace(*Str)) in isNewLineEscaped()
1371 while (isHorizontalWhitespace(C)) { in findLocationAfterToken()
2506 while (isHorizontalWhitespace(Char)) in SkipWhitespace()
2619 while (isHorizontalWhitespace(*EscapePtr)) { // Skip whitespace. in SkipLineComment()
2781 while (isHorizontalWhitespace(*CurPtr) || *CurPtr == 0) { in isEndOfBlockCommentWithEscapedNewLine()
3048 if (isHorizontalWhitespace(*CurPtr)) { in SkipBlockComment()
3724 if (isHorizontalWhitespace(*CurPtr)) { in LexTokenInternal()
3727 } while (isHorizontalWhitespace(*CurPtr)); in LexTokenInternal()
3843 } else if (isHorizontalWhitespace(*CurPtr)) { in LexTokenInternal()
H A DDependencyDirectivesScanner.cpp205 while (First != End && isHorizontalWhitespace(*First)) in skipOverSpaces()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCommentLexer.cpp98 while (isHorizontalWhitespace(*NewBufferPtr)) in skipLineStartingDecorations()
231 while(isHorizontalWhitespace(*EscapePtr)) in findBCPLCommentEnd()
/freebsd/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp365 while (isHorizontalWhitespace(LocChars[i])) in skipWhitespaceAndNewline()
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp919 isHorizontalWhitespace(FirstCommentChar); in BreakableLineCommentSection()