Searched refs:CharAndSize (Results 1 – 2 of 2) sorted by relevance
721 auto CharAndSize = getCharAndSizeSlow(Ptr); in getCharAndSize() local722 Size = CharAndSize.Size; in getCharAndSize()723 return CharAndSize.Char; in getCharAndSize()
334 auto CharAndSize = Lexer::getCharAndSizeNoWarn(BufPtr, LangOpts); in getSpellingSlow() local335 Spelling[Length++] = CharAndSize.Char; in getSpellingSlow()336 BufPtr += CharAndSize.Size; in getSpellingSlow()363 auto CharAndSize = Lexer::getCharAndSizeNoWarn(BufPtr, LangOpts); in getSpellingSlow() local364 Spelling[Length++] = CharAndSize.Char; in getSpellingSlow()365 BufPtr += CharAndSize.Size; in getSpellingSlow()818 auto CharAndSize = Lexer::getCharAndSizeNoWarn(TokPtr, LangOpts); in getTokenPrefixLength() local819 TokPtr += CharAndSize.Size; in getTokenPrefixLength()820 PhysOffset += CharAndSize.Size; in getTokenPrefixLength()1449 auto CharAndSize = getCharAndSizeSlow(Ptr, Tok); in getCharAndSizeSlow() local[all …]