Searched refs:getSpellingSlow (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | Lexer.cpp | 325 static size_t getSpellingSlow(const Token &Tok, const char *BufPtr, in getSpellingSlow() function 411 buffer.resize(getSpellingSlow(token, tokenBegin, options, buffer.data())); in getSpelling() 438 Result.resize(getSpellingSlow(Tok, TokStart, LangOpts, &*Result.begin())); in getSpelling() 492 return getSpellingSlow(Tok, TokStart, LangOpts, const_cast<char*>(Buffer)); in getSpelling()
|