Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp91 static bool onlyWhitespaceOnLineBefore(const char *Buffer, unsigned P) { in onlyWhitespaceOnLineBefore() function
136 (!Invalid && !onlyWhitespaceOnLineBefore(Buffer, BeginOffset)); in RawComment()