Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Rewrite/Core/
HDTokenRewriter.cpp23 ScratchBuf.reset(new ScratchBuffer(SM)); in TokenRewriter()
90 Tok.setLocation(ScratchBuf->getToken(Val, Len, Spelling)); in AddTokenBefore()
/trueos/contrib/llvm/tools/clang/include/clang/Rewrite/Core/
HDTokenRewriter.h44 OwningPtr<ScratchBuffer> ScratchBuf; variable
/trueos/contrib/llvm/tools/clang/lib/Lex/
HDPreprocessor.cpp75 ScratchBuf = new ScratchBuffer(SourceMgr); in Preprocessor()
169 delete ScratchBuf; in ~Preprocessor()
431 SourceLocation Loc = ScratchBuf->getToken(Str.data(), Str.size(), DestPtr); in CreateString()
/trueos/contrib/llvm/tools/clang/include/clang/Lex/
HDPreprocessor.h93 ScratchBuffer *ScratchBuf; variable