Searched refs:getCharAndSizeSlowNoWarn (Results 1 – 4 of 4) sorted by relevance
/external/clang/include/clang/Lex/ |
D | Lexer.h | 478 return getCharAndSizeSlowNoWarn(Ptr, Size, LangOpts); in getCharAndSizeNoWarn() 606 static char getCharAndSizeSlowNoWarn(const char *Ptr, unsigned &Size,
|
/external/llvm-project/clang/include/clang/Lex/ |
D | Lexer.h | 557 return getCharAndSizeSlowNoWarn(Ptr, Size, LangOpts); in getCharAndSizeNoWarn() 690 static char getCharAndSizeSlowNoWarn(const char *Ptr, unsigned &Size,
|
/external/clang/lib/Lex/ |
D | Lexer.cpp | 1320 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/ |
D | Lexer.cpp | 1377 char Lexer::getCharAndSizeSlowNoWarn(const char *Ptr, unsigned &Size, in getCharAndSizeSlowNoWarn() function in Lexer 1394 return getCharAndSizeSlowNoWarn(Ptr, Size, LangOpts); in getCharAndSizeSlowNoWarn()
|