Home
last modified time | relevance | path

Searched refs:getCharAndSizeSlowNoWarn (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
DLexer.h498 return getCharAndSizeSlowNoWarn(Ptr, Size, LangOpts); in getCharAndSizeNoWarn()
526 static char getCharAndSizeSlowNoWarn(const char *Ptr, unsigned &Size,
/external/clang/lib/Lex/
DLexer.cpp1407 char Lexer::getCharAndSizeSlowNoWarn(const char *Ptr, unsigned &Size, in getCharAndSizeSlowNoWarn() function in Lexer
1430 return getCharAndSizeSlowNoWarn(Ptr, Size, LangOpts); in getCharAndSizeSlowNoWarn()