Home
last modified time | relevance | path

Searched refs:getCharAndSizeSlowNoWarn (Results 1 – 4 of 4) 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/llvm-project/clang/include/clang/Lex/
DLexer.h557 return getCharAndSizeSlowNoWarn(Ptr, Size, LangOpts); in getCharAndSizeNoWarn()
690 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()
/external/llvm-project/clang/lib/Lex/
DLexer.cpp1377 char Lexer::getCharAndSizeSlowNoWarn(const char *Ptr, unsigned &Size, in getCharAndSizeSlowNoWarn() function in Lexer
1394 return getCharAndSizeSlowNoWarn(Ptr, Size, LangOpts); in getCharAndSizeSlowNoWarn()