Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DLexer.h478 return getCharAndSizeSlowNoWarn(Ptr, Size, LangOpts); in getCharAndSizeNoWarn()
606 static char getCharAndSizeSlowNoWarn(const char *Ptr, unsigned &Size,
/external/clang/lib/Lex/
DLexer.cpp1320 char Lexer::getCharAndSizeSlowNoWarn(const char *Ptr, unsigned &Size, in getCharAndSizeSlowNoWarn() function in Lexer
1343 return getCharAndSizeSlowNoWarn(Ptr, Size, LangOpts); in getCharAndSizeSlowNoWarn()