Home
last modified time | relevance | path

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

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