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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DLiteralSupport.h37 void expandUCNs(SmallVectorImpl<char> &Buf, StringRef Input);
/netbsd-current/external/apache2/llvm/dist/clang/lib/Lex/
H A DLiteralSupport.cpp240 void clang::expandUCNs(SmallVectorImpl<char> &Buf, StringRef Input) { function in class:clang
741 expandUCNs(UDSuffixBuf, StringRef(SuffixBegin, ThisTokEnd - SuffixBegin));
1284 expandUCNs(UDSuffixBuf, StringRef(end, UDSuffixEnd - end));
1606 expandUCNs(UDSuffixBuf, UDSuffix);
1615 expandUCNs(ExpandedUDSuffix, UDSuffix);
H A DPreprocessor.cpp711 expandUCNs(UCNIdentifierBuffer, CleanedStr);

Completed in 97 milliseconds