Home
last modified time | relevance | path

Searched refs:NewReplacementTokens (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroInfo.h258 Token *NewReplacementTokens = PPAllocator.Allocate<Token>(NumTokens); in allocateTokens() local
259 ReplacementTokens = NewReplacementTokens; in allocateTokens()
260 return llvm::MutableArrayRef(NewReplacementTokens, NumTokens); in allocateTokens()
273 Token *NewReplacementTokens = PPAllocator.Allocate<Token>(Tokens.size()); in setTokens() local
274 std::copy(Tokens.begin(), Tokens.end(), NewReplacementTokens); in setTokens()
275 ReplacementTokens = NewReplacementTokens; in setTokens()