Searched refs:getCharAndSizeSlow (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/Lex/ |
| D | Lexer.h | 636 char C = getCharAndSizeSlow(Ptr, Size, &Tok); in getAndAdvanceChar() 653 getCharAndSizeSlow(Ptr, Size, &Tok); in ConsumeChar() 670 return getCharAndSizeSlow(Ptr, Size); in getCharAndSize() 675 char getCharAndSizeSlow(const char *Ptr, unsigned &Size,
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Lex/ |
| D | Lexer.cpp | 1334 char Lexer::getCharAndSizeSlow(const char *Ptr, unsigned &Size, in getCharAndSizeSlow() function in Lexer 1359 return getCharAndSizeSlow(Ptr, Size, Tok); in getCharAndSizeSlow()
|