Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPPDirectives.cpp3889 auto NewToks = std::make_unique<Token[]>(TokCount); in HandleEmbedDirectiveImpl() local
3890 llvm::copy(Toks, NewToks.get()); in HandleEmbedDirectiveImpl()
3891 EnterTokenStream(std::move(NewToks), TokCount, true, true); in HandleEmbedDirectiveImpl()
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessor.h1901 void ReplacePreviousCachedToken(ArrayRef<Token> NewToks);