Searched refs:getCharAndSizeNoWarn (Results 1 - 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
H A DLexer.h426 /// getCharAndSizeNoWarn - Like the getCharAndSize method, but does not ever
428 static inline char getCharAndSizeNoWarn(const char *Ptr, unsigned &Size, function in class:clang::Lexer
/external/clang/lib/Lex/
H A DLexer.cpp248 Spelling[Length++] = Lexer::getCharAndSizeNoWarn(BufPtr, Size, LangOpts);
277 Spelling[Length++] = Lexer::getCharAndSizeNoWarn(BufPtr, Size, LangOpts);
735 Lexer::getCharAndSizeNoWarn(TokPtr, Size, LangOpts);
1294 /// getCharAndSizeNoWarn method. Here we know that we can accumulate into Size,
1555 char C1 = Lexer::getCharAndSizeNoWarn(Start, Size, LangOpts);
1558 char C2 = Lexer::getCharAndSizeNoWarn(Start + Size, Size, LangOpts);
1602 char Next = getCharAndSizeNoWarn(CurPtr + Size, NextSize, getLangOpts());
1673 char Next = getCharAndSizeNoWarn(CurPtr + Consumed, NextSize,

Completed in 81 milliseconds