Home | History | Annotate | Download | only in Lex

Lines Matching refs:getCharAndSizeNoWarn

242       Spelling[Length++] = Lexer::getCharAndSizeNoWarn(BufPtr, Size, LangOpts);
271 Spelling[Length++] = Lexer::getCharAndSizeNoWarn(BufPtr, Size, LangOpts);
729 Lexer::getCharAndSizeNoWarn(TokPtr, Size, LangOpts);
1288 /// getCharAndSizeNoWarn method. Here we know that we can accumulate into Size,
1553 char C1 = Lexer::getCharAndSizeNoWarn(Start, Size, LangOpts);
1556 char C2 = Lexer::getCharAndSizeNoWarn(Start + Size, Size, LangOpts);
1600 char Next = getCharAndSizeNoWarn(CurPtr + Size, NextSize, getLangOpts());
1671 char Next = getCharAndSizeNoWarn(CurPtr + Consumed, NextSize,