Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Rewrite/
HDTokenRewriter.cpp23 ScratchBuf.reset(new ScratchBuffer(SM)); in TokenRewriter()
90 Tok.setLocation(ScratchBuf->getToken(Val, Len, Spelling)); in AddTokenBefore()
/NextBSD/contrib/llvm/tools/clang/include/clang/Rewrite/Core/
HDTokenRewriter.h44 std::unique_ptr<ScratchBuffer> ScratchBuf; variable
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDPreprocessor.cpp66 ScratchBuf(new ScratchBuffer(SourceMgr)),HeaderInfo(Headers), in Preprocessor()
460 SourceLocation Loc = ScratchBuf->getToken(Str.data(), Str.size(), DestPtr); in CreateString()
/NextBSD/contrib/llvm/tools/clang/include/clang/Lex/
HDPreprocessor.h103 std::unique_ptr<ScratchBuffer> ScratchBuf; variable