Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Basic/
H A DCharInfo.h154 LLVM_READONLY inline bool isRawStringDelimBody(unsigned char c) { in isRawStringDelimBody() function
/freebsd-13.1/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp2000 while (PrefixLen != 16 && isRawStringDelimBody(CurPtr[PrefixLen])) in LexRawStringLiteral()