Home
last modified time | relevance | path

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

/llvm-project/clang/unittests/Basic/
H A DCharInfoTest.cpp93 TEST(CharInfoTest, isHorizontalWhitespace) { in TEST() argument
/llvm-project/clang/include/clang/Basic/
H A DCharInfo.h91 LLVM_READONLY inline bool isHorizontalWhitespace(unsigned char c) { in isHorizontalWhitespace() function