Home
last modified time | relevance | path

Searched defs:IsBlank (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/include/flang/Parser/
H A Dchar-block.h97 bool IsBlank() const { return FirstNonBlank() == ' '; } in IsBlank() function
/llvm-project/clang/lib/Format/
H A DBreakableToken.cpp29 static bool IsBlank(char C) { in IsBlank() function