Searched refs:getSpellingSlow (Results 1 – 1 of 1) sorted by relevance
/external/clang/lib/Lex/ |
D | Lexer.cpp | 231 static size_t getSpellingSlow(const Token &Tok, const char *BufPtr, in getSpellingSlow() function 317 buffer.resize(getSpellingSlow(token, tokenBegin, options, buffer.data())); in getSpelling() 344 Result.resize(getSpellingSlow(Tok, TokStart, LangOpts, &*Result.begin())); in getSpelling() 398 return getSpellingSlow(Tok, TokStart, LangOpts, const_cast<char*>(Buffer)); in getSpelling()
|