Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/lib/Lex/
DLiteralSupport.cpp331 void clang::expandUCNs(SmallVectorImpl<char> &Buf, StringRef Input) { in expandUCNs() function in clang
1074 expandUCNs(UDSuffixBuf, StringRef(SuffixBegin, ThisTokEnd - SuffixBegin)); in NumericLiteralParser()
1629 expandUCNs(UDSuffixBuf, StringRef(end, UDSuffixEnd - end)); in CharLiteralParser()
1951 expandUCNs(UDSuffixBuf, UDSuffix); in init()
1960 expandUCNs(ExpandedUDSuffix, UDSuffix); in init()
DPreprocessor.cpp723 expandUCNs(UCNIdentifierBuffer, CleanedStr); in LookUpIdentifierInfo()
/openbsd/src/gnu/llvm/clang/include/clang/Lex/
DLiteralSupport.h37 void expandUCNs(SmallVectorImpl<char> &Buf, StringRef Input);