Searched refs:isWhitespace (Results 1 - 19 of 19) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentBriefParser.cpp16 inline bool isWhitespace(char C) { function in namespace:clang::comments::__anon309
29 if (isWhitespace(C)) {
46 bool isWhitespace(StringRef Text) { function in namespace:clang::comments::__anon309
49 if (!isWhitespace(*I))
117 if (isWhitespace(Tok.getText()))
130 if (InFirstParagraph && !isWhitespace(FirstParagraphOrBrief))
H A DComment.cpp113 if (!clang::isWhitespace(*I))
122 if (!TC->isWhitespace())
H A DCommentParser.cpp19 static inline bool isWhitespace(llvm::StringRef S) { function in namespace:clang
21 if (!isWhitespace(*I))
123 if (isWhitespace(peek()))
165 if (!isWhitespace(C)) {
612 if (Tok.is(tok::text) && isWhitespace(Tok.getText())) {
H A DCommentSema.cpp240 std::remove_if(ArgLower.begin(), ArgLower.end(), clang::isWhitespace),
570 if (Paragraph->isWhitespace()) {
/netbsd-current/external/apache2/llvm/dist/clang/lib/Frontend/
H A DTextDiagnostic.cpp342 if (!isWhitespace(CaretLine[CaretStart]))
346 if (!isWhitespace(CaretLine[CaretEnd - 1]))
357 if (!isWhitespace(FixItInsertionLine[FixItStart]))
361 if (!isWhitespace(FixItInsertionLine[FixItEnd - 1]))
424 while (NewStart && isWhitespace(SourceLine[NewStart]))
430 if (isWhitespace(SourceLine[Prev]))
450 while (NewEnd < SourceLine.size() && isWhitespace(SourceLine[NewEnd]))
454 while (NewEnd < SourceLine.size() && isWhitespace(SourceLine[NewEnd]))
515 while (Idx < Length && isWhitespace(Str[Idx]))
560 while (End < Length && !isWhitespace(St
[all...]
H A DLayoutOverrideSource.cpp144 while (!LineStr.empty() && isWhitespace(LineStr[0]))
H A DVerifyDiagnosticConsumer.cpp201 && !(P == Begin || isWhitespace(P[-1])
261 for (; C < End && isWhitespace(*C); ++C)
H A DInitPreprocessor.cpp31 while (!MacroBody.empty() && isWhitespace(MacroBody.back()))
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCharInfo.h87 LLVM_READONLY inline bool isWhitespace(unsigned char c) { function in namespace:clang
/netbsd-current/external/apache2/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp111 if (PC->isWhitespace())
321 if (C->isWhitespace())
690 if (C->isWhitespace())
/netbsd-current/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXComment.cpp111 return TC->isWhitespace();
114 return PC->isWhitespace();
/netbsd-current/external/apache2/llvm/dist/clang/lib/Edit/
H A DEditedSource.cpp327 if (isWhitespace(left) || isWhitespace(right))
/netbsd-current/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DSourceCode.cpp295 for (int i = 1; isWhitespace(LocChars[i]); ++i)
H A DParsing.cpp151 return S.drop_while([](char c) { return isASCII(c) && isWhitespace(c); });
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h283 bool isWhitespace() const { function in class:clang::comments::TextComment
580 bool isWhitespace() const { function in class:clang::comments::ParagraphComment
694 return Paragraph && !Paragraph->isWhitespace();
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/
H A DCommandLine.cpp813 static bool isWhitespace(char C) { function
818 return isWhitespace(C) || C == '\0';
830 while (I != E && isWhitespace(Src[I])) {
865 if (isWhitespace(C)) {
1042 if (isWhitespace(*Cur)) {
1043 while (Cur != Source.end() && isWhitespace(*Cur))
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DLexer.cpp479 if (!IgnoreWhiteSpace && isWhitespace(StrData[0]))
1197 while (isWhitespace(Ptr[Size])) {
1327 if (!isWhitespace(Ptr[0])) return '\\';
1385 if (!isWhitespace(Ptr[0])) return '\\';
2350 if (isWhitespace(C)) {
2352 while (isWhitespace(*ForwardPtr)) // Skip whitespace.
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp4217 if (isWhitespace(*NextChar)) {
H A DSemaDecl.cpp14552 (StartTok.empty() || isWhitespace(StartTok[0]) ||

Completed in 488 milliseconds