Searched defs:getCharAndSizeSlowNoWarn (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Lex/
H A DLexer.cpp1231 /// NOTE: When this method is updated, getCharAndSizeSlowNoWarn (below) should
1293 /// getCharAndSizeSlowNoWarn - Handle the slow/uncommon case of the
1299 char Lexer::getCharAndSizeSlowNoWarn(const char *Ptr, unsigned &Size, function in class:Lexer
1322 return getCharAndSizeSlowNoWarn(Ptr, Size, LangOpts);

Completed in 57 milliseconds