Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLiteralSupport.cpp380 void clang::expandUCNs(SmallVectorImpl<char> &Buf, StringRef Input) { in expandUCNs() function in clang
1173 expandUCNs(UDSuffixBuf, StringRef(SuffixBegin, ThisTokEnd - SuffixBegin)); in NumericLiteralParser()
1739 expandUCNs(UDSuffixBuf, StringRef(end, UDSuffixEnd - end)); in CharLiteralParser()
2079 expandUCNs(UDSuffixBuf, UDSuffix); in init()
2088 expandUCNs(ExpandedUDSuffix, UDSuffix); in init()
H A DPreprocessor.cpp714 expandUCNs(UCNIdentifierBuffer, CleanedStr); in LookUpIdentifierInfo()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DLiteralSupport.h37 void expandUCNs(SmallVectorImpl<char> &Buf, StringRef Input);