HomeSort by relevance Sort by last modified time
    Searched refs:expandUCNs (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/Lex/
LiteralSupport.h 37 void expandUCNs(SmallVectorImpl<char> &Buf, StringRef Input);
  /external/clang/lib/Lex/
LiteralSupport.cpp 225 void clang::expandUCNs(SmallVectorImpl<char> &Buf, StringRef Input) {
675 expandUCNs(UDSuffixBuf, StringRef(SuffixBegin, ThisTokEnd - SuffixBegin));
    [all...]
Preprocessor.cpp 521 expandUCNs(UCNIdentifierBuffer, CleanedStr);

Completed in 60 milliseconds