Home
last modified time | relevance | path

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

/external/clang/lib/Lex/
DLiteralSupport.cpp1040 const char *UDSuffixEnd = end; in CharLiteralParser() local
1045 expandUCNs(UDSuffixBuf, StringRef(end, UDSuffixEnd - end)); in CharLiteralParser()
1358 const char *UDSuffixEnd = ThisTokEnd; in init() local
1363 StringRef UDSuffix(ThisTokEnd, UDSuffixEnd - ThisTokEnd); in init()