Home
last modified time | relevance | path

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

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