OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isWhitespace
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
CommentBriefParser.cpp
16
inline bool
isWhitespace
(char C) {
29
if (
isWhitespace
(C)) {
46
bool
isWhitespace
(StringRef Text) {
49
if (!
isWhitespace
(*I))
117
if (
isWhitespace
(Tok.getText()))
130
if (InFirstParagraph && !
isWhitespace
(FirstParagraphOrBrief))
CommentLexer.cpp
212
if (!
isWhitespace
(*BufferPtr))
218
bool
isWhitespace
(const char *BufferPtr, const char *BufferEnd) {
520
if (
isWhitespace
(BufferPtr, TextEnd)) {
CommentParser.cpp
19
static inline bool
isWhitespace
(llvm::StringRef S) {
21
if (!
isWhitespace
(*I))
123
if (
isWhitespace
(peek()))
165
if (!
isWhitespace
(C)) {
612
if (Tok.is(tok::text) &&
isWhitespace
(Tok.getText())) {
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
CharInfo.h
87
LLVM_READONLY inline bool
isWhitespace
(unsigned char c) {
/src/external/apache2/llvm/dist/clang/include/clang/AST/
Comment.h
84
/// True if \c
IsWhitespace
field contains a valid value.
88
mutable unsigned
IsWhitespace
: 1;
130
/// True if \c
IsWhitespace
field contains a valid value.
134
mutable unsigned
IsWhitespace
: 1;
283
bool
isWhitespace
() const {
285
return TextCommentBits.
IsWhitespace
;
287
TextCommentBits.
IsWhitespace
= isWhitespaceNoCache();
289
return TextCommentBits.
IsWhitespace
;
556
ParagraphCommentBits.
IsWhitespace
= true;
580
bool
isWhitespace
() const
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Support/
CommandLine.cpp
813
static bool
isWhitespace
(char C) {
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))
Completed in 19 milliseconds
Indexes created Wed Mar 18 00:23:26 UTC 2026