Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DRawCommentList.cpp90 static bool onlyWhitespaceOnLineBefore(const char *Buffer, unsigned P) { in onlyWhitespaceOnLineBefore() function
134 (!Invalid && !onlyWhitespaceOnLineBefore(Buffer, BeginOffset)); in RawComment()