Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp1696 const char *UDSuffixEnd = end; in CharLiteralParser() local
1701 expandUCNs(UDSuffixBuf, StringRef(end, UDSuffixEnd - end)); in CharLiteralParser()
2032 const char *UDSuffixEnd = ThisTokEnd; in init() local
2037 StringRef UDSuffix(ThisTokEnd, UDSuffixEnd - ThisTokEnd); in init()