Searched refs:getSpellingSlow (Results 1 – 2 of 2) 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()
|
/external/llvm-project/clang/lib/Lex/ |
D | Lexer.cpp | 273 static size_t getSpellingSlow(const Token &Tok, const char *BufPtr, in getSpellingSlow() function 359 buffer.resize(getSpellingSlow(token, tokenBegin, options, buffer.data())); in getSpelling() 386 Result.resize(getSpellingSlow(Tok, TokStart, LangOpts, &*Result.begin())); in getSpelling() 440 return getSpellingSlow(Tok, TokStart, LangOpts, const_cast<char*>(Buffer)); in getSpelling()
|